Hi I have been learning to use 128x64 LCD module with AT89C51 and I have been using FastLCD for converting bmp into a table of bytes. I have use the table in my codes and tried to compile it. I get the result - auto segment too large. How to put all bytes in my codes in order to display picture on my 128x64 LCD module. I don't understand it. What is the problem? Manoz Joshi
In order to answer your question.. my LCD module is 128x64 and the data would be 1024 in order to put the whole picture on my LCD. I have used variable char so should I use constant variable? Erm I am beginner in embedded system so at89c51 only consists of 2K. Manoz Joshi
Bascailly I don't have external memory atm :-( Manoz Joshi