Fixed GET_VALUES for newer FW
Added range calcs
This commit is contained in:
2021-04-22 19:43:10 +02:00
parent 052bca26b9
commit d3d7ce08e4
125 changed files with 28462 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "TFT 22 ILI9225",
"keywords": "tft,ili9225",
"description": "Arduino driver for the ILI9225 based TFT with SPI Interface",
"repository": {
"type": "git",
"url": "https://github.com/Nkawu/TFT_22_ILI9225.git"
},
"authors": {
"name": "Nkawu"
},
"version": "1.4.4",
"frameworks": "arduino",
"platforms": "*"
}