TFT_eSPI/Extensions
Robert Wolff 092e58cff1 Dangerous edge case for non-null-terminated string
strncpy() does not place a null terminator when the max characters is reached of '9' in this case. So, any buttons with 9 or more in the source will wind up with a potentially non-null-terminated _label.
2021-05-03 22:31:05 -07:00
..
Button.cpp Dangerous edge case for non-null-terminated string 2021-05-03 22:31:05 -07:00
Button.h Raise version add comments for button update 2020-02-06 13:38:03 +00:00
Smooth_font.cpp Feature update 2020-12-01 20:06:32 +00:00
Smooth_font.h Add smooth fonts in program memory for ESP32/8266 2020-02-15 23:58:21 +00:00
Sprite.cpp Fix #1022 2021-02-23 22:38:03 +00:00
Sprite.h Fix #1022 2021-02-23 22:38:03 +00:00
Touch.cpp Fix #923 and #915 2021-01-08 23:53:28 +00:00
Touch.h Replace deprecated boolean type 2021-03-31 13:52:42 +01:00