Crius SE with Crius display problems

This forum is dedicated to all issues and questions related to your individual setups and configurations
Post Reply
voodoohoo
Posts: 5
Joined: Tue Feb 14, 2012 3:47 pm

Crius SE with Crius display problems

Post by voodoohoo »

Hi all,

I have a Crius SE board and bought the Crius display at same time for parameterize in the field.
Unfortunately the chars are shifted and I have no idea what cause it.

I set the following defines

#define LCD_CONF
#define LCD_SERIAL3W // Alex' initial variant with 3 wires, using rx-pin for transmission @9600 baud fixed
#define LCD_TELEMETRY
#define LCD_TELEMETRY_AUTO "12345267" // pages 1 to 7 in ascending order

Here are some pics.

Image
Image
Image
Image

Anybody any idea?
Thanks in advance for your reply,
Erik

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

Re: Crius SE with Crius display problems

Post by Hamburger »

The display has different char table.
You must program a mapping into Mwii code.

voodoohoo
Posts: 5
Joined: Tue Feb 14, 2012 3:47 pm

Re: Crius SE with Crius display problems

Post by voodoohoo »

Thanks for your answer.

Wondering why this is sold bundled with the Crius SE if it does not work out of the box..
Any hint what's where to do?

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

Re: Crius SE with Crius display problems

Post by Hamburger »

no. You have to check for the documentation from the vendor (GLB?).
Or you could write a simple test program for your arduino which simply steps through the char set and outputs every possible character one at a time.
You want to use control sequences also, like clearscreen. So consult with the vendor for documentation and examples.

Post Reply