The portv8 branch of that repo is several months old, it was a leftover branch I used to test LVGL before v8 was officially released. I forgot to delete it and I've seen some people using it. We got an example project on the CI of this repo using LVGL v8, having support for both...
How to use LittleFS as driver in LVGLby gotrunko » Sun Feb 20, 2022 7:54 pm Hi everyone, I’m currently trying to use LittleFS for Esp32 but I’m facing an issue with how the fs_open is working. Code: Untitled.c Select all...
Maybe you can try to do something like this in thelvgl_touchKconfig file: diff --git a/components/lvgl_esp32_drivers/lvgl_touch/Kconfig b/components/lvgl_esp32_drivers/lvgl_touch/Kconfigindex 1957771..93c6c15 100644--- a/components/lvgl_esp32_drivers/lvgl_touch/Kconfig+++ b/components/lvg...
Re: ST7789 TFT driver tearing problem in horizontal position with ESP32-S3 LVGL by Sprite » Fri May 24, 2024 2:06 am That can't really be helped. The ST7789 always refreshes the screen in one direction; if you rotate the display, you change how the image is written to the ST77...
ESP32-S3: dual-core Xtensa 32-bit LX7 microprocessor, up to 240 MHz with 384KB ROM, 512KB SRAM. 2.4GHz WiFi and Bluetooth 5 Flash 8MB, Psram 8MB Display Interface: RGB565 5 inchs screen: 480x800 resolution, capacitive touch panel 7 inchs screen: 480x800 resolution, capacitive touch pa...
LVGL binding for MicroPython. Contribute to lvgl/lv_binding_micropython development by creating an account on GitHub.
I’m currently trying to use LittleFS for Esp32 but I’m facing an issue with how the fs_open is working. Code: Untitled.c Select all#include <Arduino.h> #include "lv_port_fs_littlefs.h" #include <LittleFS.h>static void fs_init(void);static void * fs_open(lv_fs_drv_t * drv...