-
Notifications
You must be signed in to change notification settings - Fork 0
Meeting notes 2023‐09‐26
David Hebbeker edited this page Sep 26, 2023
·
1 revision
- discussions / notifications: One is not automatically subscribed to new discussions and pull requests.
- Using LVGL 7 ("branch") did not work:
- Integration difficult: Everything is compiled, even what is not used.
- Definition of configuration is designed to be used with Espressif Framework.
- Using LVGL 8 works, but it does not use the correct SSD1306 driver
- LVGL 7 drivers can not be used
Further work should be based on 907643f3d3722a8c529b7fafbd31119f13978811. See also 93c40b91f867b48cb4285f53473f89adeb8d0063 to integrate driver
- https://docs.lvgl.io/latest/en/html/porting/project.html#configuration-file
- https://docs.lvgl.io/latest/en/html/get-started/espressif.html
- https://registry.platformio.org/libraries/lvgl/lv_arduino
- https://registry.platformio.org/libraries/adafruit/Adafruit%20SSD1306
- Homework for @dhebbeker: How did you do this 2020 with STM32 and SSD1306 port?