Skip to content

Commit

Permalink
Update library architecture / platform metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpulseAdventure committed Oct 17, 2018
1 parent ebc0d99 commit aeb6100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library.json
Expand Up @@ -14,8 +14,8 @@
"email": "guislice@impulseadventure.com",
"maintainer": true
},
"frameworks": "*",
"platforms": "*",
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam, espressif8266, espressif32, ststm32",
"license": "MIT",
"examples": [
"arduino/gslc_ex*_ard/*.ino",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Expand Up @@ -6,5 +6,5 @@ sentence=GUIslice embedded touchscreen GUI library in C for Arduino & Raspberry
paragraph=Supports Adafruit-GFX and TFT_eSPI graphics drivers on Arduino, ESP8266 / NodeMCU, ESP32, Feather M0, nRF52, STM32, M5Stack
category=Display
url=https://github.com/ImpulseAdventure/GUIslice
architectures=*
architectures=avr,esp8266,esp32,stm32,samd
includes=GUIslice.h,GUIslice_ex.h,GUIslice_drv.h

0 comments on commit aeb6100

Please sign in to comment.