File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -157,9 +157,15 @@ void setup() {
157157 Wire.begin ();
158158 oled.begin (&Adafruit128x64, I2C_ADDRESS);
159159 oled.setFont (System5x7);
160+ // oled.setFont(Verdana12);
160161 oled.clear ();
162+ oled.setCursor (0 ,0 );
161163 oled.print (" menu 4.x test" );
162- // nav.idleTask=idle;//point a function to be used when menu is suspended
164+ oled.setCursor (0 ,1 );
165+ oled.print (" SSD1306Ascii" );
166+ delay (2000 );
167+ oled.clear ();
168+ nav.idleTask =idle;// point a function to be used when menu is suspended
163169}
164170
165171void loop () {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ platform = atmelavr
1616board = nanoatmega328
1717framework = arduino
1818upload_port =/dev/ttyUSB*
19- ; upload_flags=-V
19+ upload_flags =-V
2020upload_speed =57600
2121build_flags = -DMENU_DEBUG
2222src_build_flags = !echo " -Wno-write-strings -Wno-reorder -DLOC=" $PLATFORMIO_LOC
You can’t perform that action at this time.
0 commit comments