View Single Post
Old 06-11-2015, 01:41 AM   #61 (permalink)
bobski
EcoModding Apprentice
 
Join Date: Jan 2010
Location: Newark, DE
Posts: 143

'91 CRX - '91 Honda CRX DX
90 day: 34.91 mpg (US)
Thanks: 0
Thanked 14 Times in 14 Posts
Each page has a display-update subroutine. Write your subroutine, then add it to the array:
Code:
const fptype LEDrenderPage [numLEDpages] = {&LEDnumBlankDisplay, &LEDnumOdoDistance, &LEDnumVehicleSpeed};
... and make sure:
Code:
#define numLEDpages 3
is correct.

  Reply With Quote