3 Commits
Author SHA1 Message Date
siddacious 9b701b6d5a Update library.properties 2020-02-17 18:17:38 -08:00
Limor "Ladyada" Fried 5eb5a21ac9 Merge pull request #42 from manuaatitya/fix-compilation-issue
Fixed Compilation issue due to not datatype assigned for textsize var…
2020-02-07 18:11:14 -05:00
manu_aatitya 22b7aaf899 Fixed Compilation issue due to not datatype assigned for textsize variable 2020-01-15 21:13:48 +05:30
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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