Changes by last author:
Changed:
Display on mlp01 I have |
Display on mlp01: |
My questions
* What is the 2nd line variables that are being displayed as well as the first one on the last line? |
Definitions of mlp01 from lcd_display.c : <code> PGM_VOID_P lcd_line_10[] PROGMEM = { lcd_rpmstr, lcd_rpm_true_4char, lcd_space, lcd_W, lcd_S, lcd_I, LINEEND1 }; PGM_VOID_P lcd_line_11[] PROGMEM = { mik_lineA, mik_lineB, LINEEND1 }; PGM_VOID_P lcd_line_12[] PROGMEM = { lcd_coolantstr, lcd_coolant, lcd_2space, lcd_advstr, lcd_adv, LINEEND1 } ;PGM_VOID_P lcd_line_13[] PROGMEM = { lcd_pw, lcd_space, lcd_iacstr, lcd_iacpos, lcd_idlerpm, lcd_space, LINEE ND2 }; </code> the first one on the last line? * lcd_pw: injector pulsewidth (10usec) What is the 2nd line variables that are being displayed * ego_voltage(). Leftover from the ancient times, not interesting with a wideband |
Is this normal? |
Nothing to worry about here |