Skip to content

Commit ca625da

Browse files
committed
https://github.com/neu-rah/ArduinoMenu/issues/176
fixing messed color tables
1 parent 49f5d2d commit ca625da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/U8G2/U8G2/U8G2.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ using namespace Menu;
7878
//each color is in the format:
7979
// {{disabled normal,disabled selected},{enabled normal,enabled selected, enabled editing}}
8080
// this is a monochromatic color table
81-
const colorDef<uint8_t> colors[]={
81+
const colorDef<uint8_t> colors[] MEMMODE={
8282
{{0,0},{0,1,1}},//bgColor
8383
{{1,1},{1,0,0}},//fgColor
8484
{{1,1},{1,0,0}},//valColor

0 commit comments

Comments
 (0)