Search found 2 matches
- Fri Nov 08, 2024 4:27 am
- Forum: ESP-IDF
- Topic: LVGL 9.1.0 and lvgl_esp32_drivers compile errors
- Replies: 8
- Views: 2293
Re: LVGL 9.1.0 and lvgl_esp32_drivers compile errors
have you tried the "generic mipi" library? im trying to achieve the same result but with a st7735 and am facing exactly the same errors as you (latest lvgl version and latest espidf). i also was unable to find anything... the only thing i could find was that the generic mipi library should in theory...
- Wed Jul 31, 2024 10:21 am
- Forum: General Discussion
- Topic: HSPI and VSPI, meaning thereof?
- Replies: 21
- Views: 110460
Re: HSPI and VSPI, meaning thereof?
seems like hspi and vspi are two separate groups of SPI peripherals offered by the esp32 board. https://randomnerdtutorials.com/esp32-spi-communication-arduino/ i cannot come up with a possible explanation for the expansion of these acronyms. Someone suggested "Hardware and Virtual", which could be ...