
MEENAKSHI
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Activity overview
Latest activity by MEENAKSHI-
MEENAKSHI commented,
Hi, Thanks for your reply. I'm using STM32CubeIDE. But this example is for Arduino.
-
MEENAKSHI commented,
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...
-
MEENAKSHI created a post,
NHD-2.8-240320AF-CSXP-FCTP- Display dose not turn on
When BLE packet sent. My display is turned on. But in this case I sent a packet to MCU display is not turned on but the operations are done. This the code. switch(sierra_response){ case SBLE_CONNEC...
-
MEENAKSHI created a post,
Display sleep mode code
I'm using NHD-2.8-240320AF-CSXP-FCTP display. I want to implement the sleep mode in display panel. When not in use, the display should be switched off. Can you please give the code. regards, Meen...
-
MEENAKSHI commented,
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 */ ...
-
MEENAKSHI created a post,
NHD-2.8-240320AF-CSXP-FCTP- Can't display the Color background
I'm using NHD-2.8-240320AF-CSXP-FCTP Display. When I sent a data(display the red background) to display. I display like this - This is my code and I'm using ST7789h2 driver. /* USER CODE BEGIN...
-
MEENAKSHI commented,
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...
-
MEENAKSHI created a post,
Code for NHD-2.8-240320AF-CSXP-FCTP with STM32CubeIDE
I'm using NHD-2.8-240320AF-CSXP-FCTP. I want to make a GUI on that. Is there any example code available?