How to flip on oled

Post Reply
tony1157cn
Posts: 5
Joined: Fri Jun 06, 2014 5:16 pm

How to flip on oled

Post by tony1157cn »

Hi guys
I'v connected an oled 128X64 on MWC, but it only can display the welcome page MultiWii v2.3.
My question is: how can i flip page on it?
uncommented these lines, not works. and don't know how to handle it.
#define LCD_MENU_PREV 'p'
#define LCD_MENU_NEXT 'n'
#define LCD_VALUE_UP 'u'
#define LCD_VALUE_DOWN 'd'

#define LCD_MENU_SAVE_EXIT 's'
#define LCD_MENU_ABORT 'x'

tried to uncomment //#define LCD_CONF, but the arduion posts an error


LCD.cpp: In function 'void ConfigRefresh(uint8_t)':
LCD.cpp:1489: error: redefinition of 'void ConfigRefresh(uint8_t)'
LCD.cpp:1471: error: 'void ConfigRefresh(uint8_t)' previously defined here

:(

can anybody help? thx

User avatar
Hamburger
Posts: 2578
Joined: Tue Mar 01, 2011 2:14 pm
Location: air
Contact:

Re: How to flip on oled

Post by Hamburger »

besides enabling the hardware support for that "lcd", you must enable your choice of what you want to use it for: either one or both of lcd.config and/or lcd.telemetry.
Did you read the wiki pages on the topic?

waltr
Posts: 733
Joined: Wed Jan 22, 2014 3:21 pm
Location: Near Philadelphia, Pennsyvania, USA

Re: How to flip on oled

Post by waltr »

Use the Stick Commands in the Wiki.

Post Reply