esp32-smartdisplay
esp32-smartdisplay copied to clipboard
PlatformIO library LVGL Drivers for Sunton Smart display boards (CYD Cheap Yellow Display). This library supports these boards without any effort. ESP32-2432S024N/R/C, ESP32-2432S028R/C, ESP32-3248S03...
Hey, The user interface uploaded to the board has a blue background, touching any where within **ESP32-8048S050C** ,the screen flickers from top to bottom and the background color changes to...
@rzeldent I isolated the problem to the UI initialization. If I remove it from my code entirely, I no longe have any issues reading/writing/append to files from the SD Card....
First of all, I would like to thank you for your efforts in creating this library. I have the ESP32-3248S035C module. The function smartdisplay_get_light_intensity() is always returning zero. In the...
See: https://github.com/KamranAghlami/T-Display-S3/blob/main/src/hardware/display.cpp
esp_lcd_panel_io_i80_config_t io_config = { .cs_gpio_num = EXAMPLE_PIN_NUM_CS, .pclk_hz = EXAMPLE_LCD_PIXEL_CLOCK_HZ, .trans_queue_depth = 10, .dc_levels = { .dc_idle_level = 0, .dc_cmd_level = 0, .dc_dummy_level = 0, .dc_data_level = 1, }, .flags...
Port for TF = VSPI https://macsbug.wordpress.com/2022/11/29/esp32-8048s043/
https://github.com/user-attachments/assets/99a6d043-01e8-418e-91c4-ced995b3e36a Hello im using esp32-4827S043C and i have this weird static screen flickering . ive tried changing the frequency of screen clock, lvgl handler etc nothing seems to work ....