Skip to content

Commit

Permalink
fixes a misspelled dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
m1cr0lab committed Jul 31, 2022
1 parent 23e7ca2 commit 67d6394
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name=ESPboy
version=1.2.0
version=1.2.1
author=m1cr0lab
maintainer=m1cr0lab (https://github.com/m1cr0lab)
sentence=ESPboy Handheld Driver.
paragraph=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/.
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

0 comments on commit 67d6394

Please sign in to comment.