View Single Post
Old 04-29-2017, 12:25 PM   #110 (permalink)
skybolt
deviant
 
Join Date: Oct 2016
Location: Seattle, WA
Posts: 69

s2k - '02 Honda s2000
Thanks: 12
Thanked 47 Times in 35 Posts
Great! Thanks - it tcompiles and I will test it in-vehicle shortly. I expect the instrument readings to be the same as using legacy code (which is giving me anomalous results, but again that is likely tied to the lower voltage zener diodes).

(Note: LCD is monochrome without bg color option - oh the tragedy of 1st world problems) ERROR - scratch that, LCD parameter was set to 99, from the old CONTRAST location. LCD color works great.

current settings and behavior:

Code:
276:
//#define useLegacyBoard true

294:
#define useAdafruitRGBLCDmodule true
cut code snipped from 576 and moved it to the new 607 (shifted 4 lines down from 612 after the cut from 576). Tried a few things (commented out 576, added it to 607, etc. - behavior seems consistent.
  Reply With Quote
The Following User Says Thank You to skybolt For This Useful Post:
t vago (04-29-2017)