klips/esp/cpp/07_lcd-panel-i2c
2025-02-16 14:40:53 -05:00
..
2025-02-16 14:40:53 -05:00
2025-02-16 11:48:15 -05:00
2025-02-16 11:48:15 -05:00
2025-02-16 11:48:15 -05:00
2025-02-16 11:48:15 -05:00
2025-02-16 11:48:15 -05:00
2025-02-16 11:48:15 -05:00

07_lcd-panel-i2c

Using the ESP IDF for drawing to a LCD screen over I2C.

For instructions on setting up the ESP-IDF see 04_-esp-idf-arduino

ESP IDF - I2C

ESP IDF - LCD

ESP IDF - FreeRTOS

schematic

Temperature and humidity sensor served on a web page within the local network.

example

To build this example run the following commands.

source ~/path/to/esp-idf/export.sh

mkdir build
cd build
cmake ..
make -j $(nproc)
make flash