Search found 2 matches

by om3gaki113r
Sun Sep 01, 2024 6:57 pm
Forum: ESP-IDF
Topic: RGB LCD interface using ST7701S 2.1 inch display
Replies: 0
Views: 598

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...
by om3gaki113r
Thu Feb 20, 2020 10:45 am
Forum: General Discussion
Topic: ESP32 OTA Example pem file.
Replies: 7
Views: 15598

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)