Files
Joachim dd2f5f0ca8 Workaround for 240x240 screen rotation issue
- The st7789 controller is for 320x240 screen, but the screen is 240x240, therefore when screen is rotated, an offset of 80 must be added depending on the orientation
- Also added some comments
2020-08-26 11:14:01 +02:00
..

TTGO demo

This demo purpose is to see the cross-compiled OpenCV library working on the esp32, using an OV2640 camera and an LCD.

The demo gets an image from the camera, then depending on the DisplayMode, applies a Grayscale, Binary or Canny filter on it and finally set it on the LCD.