So while looking a bit deeper into the Buffer size I solved it: the display size wasn't set correctly. I changed that and now it works just fine.
This is my first real project using LVGL and I didn't realize I had to set the display size separately. I thought this would be set in the display driver
Search found 6 matches
- Thu Oct 26, 2023 3:42 pm
- Forum: ESP-IDF
- Topic: Display Shift Issue with ESP32-S3 and LVGL
- Replies: 5
- Views: 2173
- Wed Oct 25, 2023 6:13 pm
- Forum: ESP-IDF
- Topic: Display Shift Issue with ESP32-S3 and LVGL
- Replies: 5
- Views: 2173
Re: Display Shift Issue with ESP32-S3 and LVGL
No, but if i run the shift is not to the right, instead the shift is from top to bottom.
Code: Select all
disp_drv.rotated = 1;
- Wed Oct 25, 2023 2:30 pm
- Forum: ESP-IDF
- Topic: Display Shift Issue with ESP32-S3 and LVGL
- Replies: 5
- Views: 2173
Display Shift Issue with ESP32-S3 and LVGL
Hello I try to control a GC9A01 display with a custom esp32-s3 board and LVGL, together with IDF version 5.1.1. For this purpose I use this display driver with the modification of replacing gpio_pad_select_gpio() with gpio_reset_pin(). My code compiles and doesn't throw errors, but the displayed ima...
- Wed Jul 12, 2023 1:29 pm
- Forum: Hardware
- Topic: ESP32-S3 trouble connecting custom board
- Replies: 4
- Views: 1845
Re: ESP32-S3 trouble connecting custom board
I removed them and it mostly works now. It connects to my computer and I can connect to it, although my computer constantly plays the disconnection sound. Also I can't upload code (something about a stopped packet content transfer), but that's fine for now. Thank you, I would have wasted so much tim...
- Tue Jul 11, 2023 9:17 am
- Forum: Hardware
- Topic: ESP32-S3 trouble connecting custom board
- Replies: 4
- Views: 1845
Re: ESP32-S3 trouble connecting custom board
Ah yes, you're right. I placed them there but forgot to change the values. Unfortunately, I don't have capacitors of the right size lying around, so I have to wait until I receive an order with them.
- Mon Jul 10, 2023 2:46 pm
- Forum: Hardware
- Topic: ESP32-S3 trouble connecting custom board
- Replies: 4
- Views: 1845
ESP32-S3 trouble connecting custom board
Hello, I recently attempted to build my own Microcontroller board using an ESP32-S3 and ran into some issues. I successfully soldered the components together, but I'm unable to establish a connection between the board and my computer. I've tried connecting via UART0 using an FTDI chip, as well as th...