Search found 1 match
- Sun Nov 17, 2024 6:45 pm
- Forum: General Discussion
- Topic: ESP32 S3 VGA can't display more than 5 character on the same time
- Replies: 0
- Views: 410
ESP32 S3 VGA can't display more than 5 character on the same time
#include "ESP32S3VGA.h" #include <GfxWrapper.h> #include <Fonts/Picopixel.h> #include "EspUsbHost.h" // r,r,r,r,r, g,g, g, g, g, g, b, b, b, b, b, h,v const PinConfig pins(-1,-1,-1,-1,1, -1,-1,-1,-1,-1,2, -1,-1,-1,-1,42, 41,40); //VGA Device VGA vga; Mode mode = Mode::MODE_320x240x60; GfxWrapper<VG...