Help needed for color display implementation
Posted: Thu Jun 13, 2024 6:43 pm
Hi there.
Recently I moved from arduino to Espressif framework within Platformio. Bigger difference, than I thought, and I am still learning. Now I am going to use my first color display (ST7789 driver), and wonder what way to go. LVGL seems to be the way. I just need a driver for the Espressif platform within Platformio. I have used U8G2 before with monochrome displays.
Here is seems like all drivers are out of date. lvgl_esp32_drivers are 3 years old, and aparently not suitable for newest framework and LVGL9. There seems to be some for Arduino, but I want to stick to the espressif. I have not been able to get anything to work.
I have read about the esp-bsp. Is that a way to go? I do not use a readymade board, hardware is my own. Can it be used with Platformio?
I also consider explorering the ESP-IDF by Espressif. Seems like there is a component manager, that can do some tricks, and it seems like support for ST7789 is present. Do I limit my selves using Platformio? Is there better support for color displays using the ESP-IDF?
What I could need, is a finger pointing in a direction to go. I am all over, and right now quite clueless, and find it hard to find out, what is deprecated and what is a maintained, and a wise way to go. Let me know, what libraries you use, with your color display, compatible with latest lvgl and latest framework.
Br. Frank.
Recently I moved from arduino to Espressif framework within Platformio. Bigger difference, than I thought, and I am still learning. Now I am going to use my first color display (ST7789 driver), and wonder what way to go. LVGL seems to be the way. I just need a driver for the Espressif platform within Platformio. I have used U8G2 before with monochrome displays.
Here is seems like all drivers are out of date. lvgl_esp32_drivers are 3 years old, and aparently not suitable for newest framework and LVGL9. There seems to be some for Arduino, but I want to stick to the espressif. I have not been able to get anything to work.
I have read about the esp-bsp. Is that a way to go? I do not use a readymade board, hardware is my own. Can it be used with Platformio?
I also consider explorering the ESP-IDF by Espressif. Seems like there is a component manager, that can do some tricks, and it seems like support for ST7789 is present. Do I limit my selves using Platformio? Is there better support for color displays using the ESP-IDF?
What I could need, is a finger pointing in a direction to go. I am all over, and right now quite clueless, and find it hard to find out, what is deprecated and what is a maintained, and a wise way to go. Let me know, what libraries you use, with your color display, compatible with latest lvgl and latest framework.
Br. Frank.