mirror of
https://github.com/adafruit/TFTLCD-Library.git
synced 2026-09-13 01:53:59 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b701b6d5a | ||
|
|
5eb5a21ac9 | ||
|
|
22b7aaf899 |
+1
-1
@@ -112,7 +112,7 @@ void Adafruit_TFTLCD::init(void) {
|
||||
|
||||
rotation = 0;
|
||||
cursor_y = cursor_x = 0;
|
||||
textsize = 1;
|
||||
int textsize = 1;
|
||||
textcolor = 0xFFFF;
|
||||
_width = TFTWIDTH;
|
||||
_height = TFTHEIGHT;
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
name=Adafruit TFTLCD Library
|
||||
version=1.0.1
|
||||
version=1.0.2
|
||||
author=Adafruit
|
||||
maintainer=Adafruit <info@adafruit.com>
|
||||
sentence=Adafruit 2.8" TFT display Library
|
||||
|
||||
Reference in New Issue
Block a user