Skip to content

Releases: m1cr0lab-espboy/ESPboy

ESPboy Library v1.2.1

31 Jul 10:30
Compare
Choose a tag to compare

Fixes a misspelled dependency in the library.properties file:

LovanGFX (>=0.4.4) => LovyanGFX (>=0.4.4)

ESPboy Library v1.2.0 (first release)

29 Jul 11:03
Compare
Choose a tag to compare

This library provides a driver for the ESPboy multi-gadget handheld created by Roman Sokolov. It gives you easy control over all its peripherals (128x128 TFT screen, 8 push buttons, and NeoPixel RGB LED).

ESPboy library relies on the following dependencies:

I want to thank the authors of these libraries, without whom the ESPboy library would not be what it is.

I noticed that most of the developments around the ESPboy use the TFT_eSPI library, but I prefer LovyanGFX, which has better optimizations and more easy configuration.

I warmly thank lovyan03, who kindly agreed to add support for ESP8266 and, more specifically, for the ESPboy, to make our lives easier with his outstanding graphics display driver. You can thank him by starring ⭐ the LovyanGFX library.

I also thank tobozo, who helped me to configure the display device when I decided to use the LovyanGFX library for the ESPboy.

ESPboy library is fully compatible with both ESPboy and ESPboy2 handhelds.