Hello Tim
I would put this in eeprom
The bytes stored in eeprom will line up with the variable so all I have done is dim the variables in order then load the data into eeprom you can see this in the ENC28J60 webserver project and the 32 x 8 clock where I loaded the characters into the eeprom then you just step through the eeprom bytes you can then change them if need be and not have to write the flash again as they can be changed with a command line
regards Paul
[code:1:80443d2279]
Dim RF_POWER_UP(7) As Eram Byte
$eeprom
Data &H02, &H01, &H01, &H01, &HC9, &HC3, &H80
$data
[/code:1:80443d2279]
↧