Search found 2 matches

by Karol Gryn
Wed May 25, 2022 3:09 pm
Forum: General Discussion
Topic: ESP32-S3 RGB565 and octal SPI for video use
Replies: 6
Views: 6795

Re: ESP32-S3 RGB565 and octal SPI for video use

Hello, Thank you for the reply and linked example. We run the code that you shared and it worked with LVGL. We'll try if this RGB565 would be usable for our display. On the other hand, I would like to ask about the Octal-SPI as the another way we can try to use for out purpose. Is the implementation...
by Karol Gryn
Mon May 23, 2022 4:04 am
Forum: General Discussion
Topic: ESP32-S3 RGB565 and octal SPI for video use
Replies: 6
Views: 6795

ESP32-S3 RGB565 and octal SPI for video use

Hello, We are currently working on software, which would handle an OLED display using ESP32-s3. This display can be only controlled by analog signal. If it is possible to run RGB565 on ESP32 directly without using any display controller (such as it realized is on STM32 LTDC using hsync, vsync and pa...