Changes by last author:
Added:
----
Vems v2.2 orig compiled firmware and Megatune package avaible here http://www.vems.hu/files/MembersPage/SamiKorhonen/VEMSv2MT.zip |
Recommended: http://www.vems.hu/files/MembersPage/SamiKorhonen/VEMS_v2_1.0.53noExt.zip full with MT,
Also includes my running config msq file |
*** Yes I first thought that it could be just replacement for character display but had yesterday and today second thoughts about using serial interface. With mc there could also be some complex control functions. Any suggestion which direction I should go now? |
I'm now trying to make lcd pagesystem to work correctly. Character area is 8x15. //SK |
Cleaned first page info. few graphical bugs still occur. |
I'm now trying to make lcd pagesystem to work correctly. Character area is 8x20. //SK
---- here is my customlcd.h <code> PGM_VOID_P lcd_line_00[] PROGMEM = { lcd_rpmstr, lcd_rpm_true_4char, lcd_2space, lcd_Pstr, lcd_P, LINEEND1 }; PGM_VOID_P lcd_line_01[] PROGMEM = { lcd_print_current_afr,lcd_space,lcd_egtstr, lcd_egt1, LINEEND1 }; PGM_VOID_P lcd_line_02[] PROGMEM = { lcd_coolantstr, lcd_coolant, lcd_2space, lcd_Tstr, lcd_T, LINEEND1 }; PGM_VOID_P lcd_line_03[] PROGMEM = { lcd_pwstr, lcd_pw, lcd_space, lcd_2space, lcd_advstr, lcd_adv, LINEEND1 }; </code> |