I think you can save a little space by not including "modedefs.bas"
You will need to change this line.
SHiftOUT Lcd_SDA , Lcd_CLK , MSBFIRST, [ Lcd_Data ]
To:
SHiftOUT Lcd_SDA , Lcd_CLK , 1, [ Lcd_Data ]
I think you can save a little space by not including "modedefs.bas"
You will need to change this line.
SHiftOUT Lcd_SDA , Lcd_CLK , MSBFIRST, [ Lcd_Data ]
To:
SHiftOUT Lcd_SDA , Lcd_CLK , 1, [ Lcd_Data ]
Fratello,
check your pm please
Best Regards,
Bogdan Pitic
I have results...
and removing older parts refering to "sign" and "sign2".Code:If Temperature.15 then Temperature= ~Temperature +1 sign="-" Endif
Now it's ok, but still wonder if can I store some "graphical elements" into eeprom...
Last edited by fratello; - 24th May 2011 at 06:49.
Bookmarks