Skip to content

Commit 9a822a1

Browse files
committed
updated the main README with the demo
1 parent dac87b0 commit 9a822a1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.rst

+11
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ The tests were done on the ESP32D0WDQ6 (revision 1):
2020
- 16 MB of external SPI Flash
2121

2222

23+
Demo
24+
====
25+
26+
A demo has been made using the **TTGO Camera Plus** module (https://github.com/Xinyuan-LilyGO/esp32-camera-screen). It gets an image from the camera, applies a simple transformation on it (Grayscale, Threshold or Canny edge detection), and then displays it on the LCD.
27+
28+
.. image:: esp32/examples/ttgo_demo/demo/ttgo_demo.gif
29+
30+
The demo code is located in `esp32/examples/ttgo_demo/`_.
31+
32+
.. _`esp32/examples/ttgo_demo/`: esp32/examples/ttgo_demo/
33+
2334

2435
Benchmark
2536
=========

0 commit comments

Comments
 (0)