Search found 2 matches
- Sun Sep 01, 2024 6:57 pm
- Forum: ESP-IDF
- Topic: RGB LCD interface using ST7701S 2.1 inch display
- Replies: 0
- Views: 782
RGB LCD interface using ST7701S 2.1 inch display
I recently started working on a driver for ST7701S based 2.1inch round display (3 wire SPI for configuring and RGB interface for pushing frame buffer) after few days of struggling i have made the configuring of the ST7701S driver success. I know this because i was able to display the test image plac...
- Thu Feb 20, 2020 10:45 am
- Forum: General Discussion
- Topic: ESP32 OTA Example pem file.
- Replies: 7
- Views: 16082
Re: ESP32 OTA Example pem file.
i had to add below line to the CMakeLists file as well
set(COMPONENT_EMBED_TXTFILES ${PROJECT_PATH}/server_certs/ca_cert.pem)
set(COMPONENT_EMBED_TXTFILES ${PROJECT_PATH}/server_certs/ca_cert.pem)