MEENAKSHI
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Comments
Recent activity by MEENAKSHI-
Thanks for your reply. This time also I got same output. void LCD_FillScreen(uint16_t color) { uint16_t x, y; for (y = 0; y < LCD_HEIGHT; y++) // Loop through the height of the screen { for...
-
Hi, Thanks for your reply. I'm using STM32CubeIDE. But this example is for Arduino.
-
Hi, I write a code for LCD display. Now I want to display the RED color background on LCD panel. Can you help me how to write a code. /* * tft.c * * Created on: Sep 9, 2024 * Author: admin */ ...
-
Thank you, I'm using NHD-2.8-240320AF-CSXP-FCTP display. But https://support.newhavendisplay.com/hc/en-us/articles/4413936008727--2-4-TFT-ST7789-Controller this support my Display? Touch screen co...