TFT_eSPI Display Library

Display drivers for many common displays. With add-ons such as colour gradients, touchscreen support, e-paper support… Purpose: Control of SPI displays. Graphical library with various functions. Compatibility: The information below is only a snapshot from the time this post was created. For more up-to-date information, please visit the manufacturer's website linked below. Controllers ESP8266 ESP32 STM32…

Continue reading "TFT_eSPI Display Bibliothek"

PREVIEW – ESP 32 Wristband – LilyGo-T-Wristband

Neatly packaged in a silicone wristband, this is the smallest version of the ESP32 that I know of. The ESP itself does not have its own programmer. However, there is a kit that contains the wristband and a programmer. Once initialised, the wristband can be updated via OTA.

Continue reading "VORSCHAU – ESP 32 Armband – LilyGo-T-Wristband"

Debug output in source code

With new developments, it's important to send some outputs via the serial port or another medium. Of course, these outputs can simply be deleted or documented. But at the latest when the implementation is extended, they will be needed again. There are different approaches, which I would like to briefly present here. Which variant is the right one...

Continue reading "Debug Ausgaben im Quellcode"

SwitchLib

I needed a library to poll multiple buttons. Since I had three buttons but needed at least 4 functions, I implemented a short/long press detection. Each button can therefore be pressed briefly or for a longer duration and, after release, will call a callback method accordingly. Apart from a loop through the buttons, this library should not…

Continue reading "SwitchLib"

TTGO TS V1.2 as a video viewer for (M)Jpeg

The initial idea was to read the MJPeg stream from the ESP32 camera and display it on the TTGO screen. As I was having problems implementing the MJpeg protocol, I opted for a simplified version and am now reading snapshots from the camera. This has the advantage that whenever the...

Continue reading "TTGO TS V1.2 Als Video Viewer für (M)Jpeg"