Skip to content

Commit 3a28064

Browse files
committed
use MEMMODE on all color tables
1 parent ca625da commit 3a28064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/lolin32/lolin32/lolin32.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ U8G2_SSD1306_128X64_VCOMH0_F_HW_I2C u8g2(U8G2_R0, U8X8_PIN_NONE, 4, 5);//allow c
4040
//each color is in the format:
4141
// {{disabled normal,disabled selected},{enabled normal,enabled selected, enabled editing}}
4242
// this is a monochromatic color table
43-
const colorDef<uint8_t> colors[]={
43+
const colorDef<uint8_t> colors[] MEMMODE={
4444
{{0,0},{0,1,1}},//bgColor
4545
{{1,1},{1,0,0}},//fgColor
4646
{{1,1},{1,0,0}},//valColor

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.6.1
2+
version=4.6.2
33
author=Rui Azevedo, [email protected]
44
maintainer=neu-rah, [email protected]
55
sentence=Generic menu/interactivity system

0 commit comments

Comments
 (0)