Skip to content

Commit de243bd

Browse files
committed
include pgmspace for UTFT example on mega
1 parent 4899590 commit de243bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/UTFT/UTFT/UTFT.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ UTFT library from:
1313
Note: I was unable to build for esp8266 - neu-rah
1414
***/
1515

16+
//#include <avr/pgmspace.h> <-- include this to compile for arduino mega (and eventually some other avr)
1617
#include <Arduino.h>
1718
#include <menu.h>
1819
#include <menuIO/utftOut.h>

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoMenu library
2-
version=4.1.6
2+
version=4.1.7
33
author=Rui Azevedo, [email protected]
44
maintainer=neu-rah, [email protected]
55
sentence=AVR generic menu/interactivity system

0 commit comments

Comments
 (0)