1.I define

##temp var word ' Storage for temperature

##Shiftout DQ, CLK, LSBFIRST, [$aa] ' Send read command
##Shiftin DQ, CLK, LSBPRE, [temp\9] ' Read 9 bit temperature to temp

I need to put value in temp variable to array

how to do?


2.I use PIC 18-458 connect GLCD for show picture
I neet to draw meny picture but PIC 18F458 have flash memory 32K
it can't support my program( My program show picture 40 - 50 screen).
please guide me how to add memory to PIC 18F458

Thank you vrey much