PCB for ESP32 Touchscreen

Printed Circuit board for ESP32 with Touchscreen This is the next logical step after the “older and solder” touchscreens I have been using for years. ESP32 is a logical upgrade: more power, more GPIO and much simpler HTTPS capabilities. Furthermore several libraries have better versions. PCB production Everyone likes soldering, but a few of these… Continue reading PCB for ESP32 Touchscreen

EPD47 Practical issues

The EPD47 is an ePaper equipped ESP32 microcontroller board from Lilygo, featuring Wifi and Battery management. In practical terms, getting these to work presents no significant challenges. Thankfully the board is equipped with USB-C connector which performs well and feels better to use than the flimsy USB-micros. This post is to offer a few simple… Continue reading EPD47 Practical issues

TTGO Watch: Images

High quality displays for TTGO Watch 2020 This is simply a demonstration of how Bodmer’s https://github.com/Bodmer/TFT_eSPI library can be used with the TTGO Watch 2020 v1 Rather than convert images to C arrays, I had the need to dynamically load images to the watch and have them displayed. To use this, the only requirment is… Continue reading TTGO Watch: Images