The problem of using LovyanGFX to broadcast an image from an esp32-cam camera to a gc9a01 tft screen #659
Replies: 2 comments 2 replies
-
hi, support on this forum is limited to LovyanGFX e.g. you can get help to tweak the panel config or identify a bug. however to get such help you need to provide more information:
coding in C++ is all about solving the next error until it works, and if you use the issue/discussion search on this repository, you'll find that most problems already have a solution |
Beta Was this translation helpful? Give feedback.
-
Hi. I made a mistake in the library name, TFT_eSPI. Using it, I can output a picture (broadcast) from the esp32-cam camera onto the gc9a01 tft screen. But, I want to use LovyanGFX. My first error after initialization is: "Compilation error: 'LGFX' does not name a type". Help me figure out what's missing. And in which file, you will need to make changes to connect gc9a01 (these are pins, driver, screen resolution, etc.). The library is very large. Below is my sketch. It has the error described above. Thank you in advance. I will be waiting for an answer. #include <LovyanGFX.h> #define CAM_PIN_PWDN -1 void setupCamera() {
} LGFX tft; // error 1 void setup() {
} void loop() {
} |
Beta Was this translation helpful? Give feedback.
-
Good afternoon, dear authors. Please help me. I have a project based on esp 32-cam and gc9a01 with the TFT_ips library, where the image is broadcast from the camera to the tft screen. But, the frame rate, the speed, is less than what you have here. I recently found your job. And I wanted to use your LovyanGFX library. But I couldn't, I have a lot of mistakes, solving which new ones appear. Help me write the code to broadcast the image from the esp32-cam camera to the gc9a01 tft screen. I am also interested in the possibilities of using resize in this code.
[edit] email removed (spam policy)
Beta Was this translation helpful? Give feedback.
All reactions