Search found 2 matches
- Mon Nov 27, 2023 8:41 am
- Forum: ESP-IDF
- Topic: ESP32-S3 Guru meditation error using LVGL library
- Replies: 5
- Views: 32860
Re: ESP32-S3 Guru meditation error using LVGL library
The code I'm using is unaltered from the following LVGL githuib library: https://github.com/lvgl/lvgl.git. The backtrace is as followed: Backtrace: 0x4200a192:0x3fca60a0 0x4200998e:0x3fca60c0 0x42013c6f:0x3fca60e0 0x4201134e:0x3fca6100 0x42008a21:0x3fca6120 0x42008a13:0x3fca6140 0x42027f57:0x3fca616...
- Fri Nov 24, 2023 9:59 am
- Forum: ESP-IDF
- Topic: ESP32-S3 Guru meditation error using LVGL library
- Replies: 5
- Views: 32860
ESP32-S3 Guru meditation error using LVGL library
Hi, I'm trying to use LVGL to make a GUI for a 3.5" TFT Capacitive touch display. I have tested the display with arduino, so I know it is set up correctly. I'm running the examle_get_started_1.c file from the LVGL version 8.3 branch (https://github.com/lvgl/lvgl/tree/release/v8.3) In examples/get_st...