AZ Delivery ESP32S Cam video feedback on a GC9A01 screen #2905
Replies: 3 comments 3 replies
-
I suspect the pins are not correctly defined, see #2904 to use paltformio.ini. See also #2528 Run the Read_User_Setup example and check the serial monitor output is correct. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
i'have made it work by using tft.pushImage(0,0, buffer->width, buffer->len, (uint16_t*)buffer->buf); is there a way to mitigate latency ? also it looks like there is some ghosting the previous img fade |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to get a video feed from my camera to display it on a GC9A01 screen from waveshare ...
but first to check if could display something on my screen i first wanted to make the screen filled with white without success and despite several attempt and googling i'm hitting a wall.
I'm devloping with visual studio code and platformIOhere my current solution
aside this i'm powering the screen with an external power supply to avoid brownout and the ESP32 throw my FTDI
i hope i can get some help on this one and thanks in advance
PlatformIO.ini
main.cpp
general.h
screen.h
Beta Was this translation helpful? Give feedback.
All reactions