diff --git a/Readme.md b/Readme.md index da9ce2c..b942081 100644 --- a/Readme.md +++ b/Readme.md @@ -38,7 +38,7 @@ Please [read the user guide][doc] for more details. I want to thank the authors of [Adafruit MCP23017][mcp23017], [Adafruit MCP4725][mcp4725], and [LovyanGFX][lovyangfx] libraries, without whom the ESPboy library would not be what it is. -In particular, I warmly thank [lovyan03][lovyan03], who kindly agreed to [add support for ESP8266][lovyan8266] in [LovyanGFX][lovyangfx] and, more specifically, for the ESPboy, to make our lives easier with his outstanding graphics display driver. You can thank him by starring :star: the [LovyanGFX][lovyangfx] library. +In particular, I warmly thank [lovyan03][lovyan03], who kindly agreed to [add support for ESP8266 in LovyanGFX][lovyan8266] and, more specifically, for the ESPboy, to make our lives easier with his outstanding graphics display driver. You can thank him by starring :star: the [LovyanGFX][lovyangfx] library. I also thank [tobozo][tobozo], who helped me to configure the display device when I decided to use the LovyanGFX library for the ESPboy. diff --git a/library.json b/library.json index 4f54487..505814e 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESPboy", - "version": "1.2.0", + "version": "1.2.1", "description": "This library provides a driver for the ESPboy (Wemos D1 mini - ESP8266) multi gadget handheld created by Roman Sokolov. Experiment with retro game programming, IoT, and STEAM education while having fun. See more on https://www.espboy.com/.", "keywords": "espboy, esp8266, retrogaming, handheld, iot, stem-education", "license": "GPL-3.0", diff --git a/library.properties b/library.properties index ba2efe8..3e941aa 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESPboy -version=1.2.0 +version=1.2.1 author=m1cr0lab maintainer=m1cr0lab (https://github.com/m1cr0lab) sentence=ESPboy Handheld Driver. @@ -7,5 +7,5 @@ paragraph=This library provides a driver for the ESPboy (Wemos D1 mini - ESP8266 category=Device Control url=https://github.com/m1cr0lab-espboy/ESPboy architectures=esp8266 -depends=Adafruit MCP23017 Arduino Library (>=2.1.0), Adafruit MCP4725 (>=2.0.0), LovanGFX (>=0.4.4) +depends=Adafruit MCP23017 Arduino Library (>=2.1.0), Adafruit MCP4725 (>=2.0.0), LovyanGFX (>=0.4.4) includes=ESPboy.h \ No newline at end of file