adafruit / Adafruit_HX8357_Library

Arduino library for HX8357
39 stars 37 forks source link

GFX Button Example for Adafruit TFT FeatherWing - 3.5" #15

Closed ChuckVanzant closed 5 years ago

ChuckVanzant commented 5 years ago

This example file creates a primitive menuing example using Adafruit_GFX_Button buttons in landscape mode and was developed using the Adafruit TFT FeatherWing - 3.5" 480x320 Touchscreen for Feathers.

This example provides a two-level menuing system using up/select/down/return buttons. The first level controls the text size, where the text can be increased or decreased. The text color can be changed at the second menu level.

It has been tested on the Adafruit HUZZAH32 – ESP32 Feather Board and the Adafruit Feather HUZZAH with ESP8266. Please note that the display operations are noticeably slower with the ES8266 Feather.

ladyada commented 5 years ago

hiya please add the other #define's for 32u4 and zero feather so travis passes. for due you can put a skip file (see the other featherwing examples) thx :)

Nikodrengen commented 1 year ago

Thank you Melissa, The example is clear and works well.