MWC MultiWii Lite /SE 4-axis FlightControler Flight Control Board LCD Debugger Module

sulaex

Уважаемые, если у кого даташит на это произведение?

MWC MultiWii Lite /SE 4-axis FlightControler Flight Control Board LCD Debugger Module

Чесн слово, устал ковыряться в инете с поиском 😦
Мож кто пояснит или приведет примеры вывода с ардуины информации на сей девайс?
А еще лучше, пояснить как к мультивию привязать его?

serenya

Я так понимаю подключается он к RX, в config.h надо настроить здесь:

/********************************************************************/
/****           LCD - display and telemetry settings             ****/
/********************************************************************/
/* In order to save space, it's possibile to desactivate the LCD configuration functions
   comment this line only if you don't plan to used a LCD */
#define LCD_CONF
/* to include setting the aux switches for AUX1 and AUX2 via LCD */
//#define LCD_CONF_AUX_12
/* to include setting the aux switches for AUX1, AUX2, AUX3 and AUX4 via LCD */
//#define LCD_CONF_AUX_1234


/* choice of LCD attached for configuration and telemetry, see notes below */
#define LCD_SERIAL3W    // Alex' initial variant with 3 wires, using rx-pin for transmission @9600 baud fixed
/* serial (wired or wireless via BT etc.) */
//#define LCD_TEXTSTAR    // Cat's Whisker LCD_TEXTSTAR Module CW-LCD-02 (Which has 4 input keys for selecting menus)
//#define LCD_VT100               // vt100 compatible terminal emulation (blueterm, putty, etc.)
/* i2c devices */
//#define LCD_ETPP        // Eagle Tree Power Panel LCD, which is i2c (not serial)
//#define LCD_LCD03       // LCD03, which is i2c

/* style of display - autodetected by LCD_ setting - only activate to overwrite defaults */
//#define DISPLAY_2LINES
//#define DISPLAY_MULTILINE

/* keys to navigate the LCD menu (preset to LCD_TEXTSTAR key-depress codes)*/
#define LCD_MENU_PREV 'a'
#define LCD_MENU_NEXT 'c'
#define LCD_VALUE_UP 'd'
#define LCD_VALUE_DOWN 'b'

Как именно не разбирался.