With just an Arduino board, a DHT11 sensor, and an I2C LCD, you can create a simple yet effective weather station at home. This beginner-friendly project displays real-time temperature and humidity ...
Product link: https://www.elecrow.com/esp32-display-series-hmi-touch-screen.html Code link: https://github.com/Elecrow-RD/CrowPanel-ESP32-Display-Course-File ...
static esp_err_t read_data(esp_lcd_touch_handle_t tp); static bool get_xy(esp_lcd_touch_handle_t tp, uint16_t *x, uint16_t *y, uint16_t *strength, uint8_t *point_num, uint8_t max_point_num); static ...