by inn nabil » Fri Sep 26, 2014 7:07 am
the 10 pages are the display on the lcd (10 pages x 16 x 2 characters). my project need to display various readings,states,seting n etc. on the lcd.
i did use the original PR 12 code to test and slowly add the display code one by one, page 1,page 2,page 3 until page 6, and the project runs ok in the hardware. but after i add page 7, it gives the error code in hi tech lite.
{
Error [1347] ; 0. can't find 0x869 words (0x869 withtotal) for psect "text193" in segment "CODE" (largest unused contiguous range 0x800)
}
but with the same code (6 page display), cannot be compiled in hi tech pro, with the RW register in i2c.c is not initialize.
after i've redefined the RW in i2c.c, it can be compiled and produce the hex code, but the lcd show blank page after i put it in the hardware.
are the register code different between the version of hi tech pro and hi tech lite?