Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/04/02 08:11
Read: times


 
#20347 - RE: Graphic LCD control in C
I used to draw directly to the LCD memory since I did not have enough RAM.

In my case, setting a pixel in LCD memory is not different than modifing a whole byte in the LCD memory.

So, I'd keep a modified flag for each byte/byte-block, and set it when I set/reset any pixel in byte/byte-block.

A simple check will be adequate to decide which byte(s) to update in LCD.

wrong?

List of 14 messages in thread
TopicAuthorDate
Graphic LCD control in C            01/01/70 00:00      
RE: Graphic LCD control in C            01/01/70 00:00      
RE: Graphic LCD control in C            01/01/70 00:00      
RE: Graphic LCD control in C            01/01/70 00:00      
RE: Graphic LCD control in C            01/01/70 00:00      
RE: Graphic LCD control in C            01/01/70 00:00      
RE: Graphic LCD control in C            01/01/70 00:00      
RE: Graphic LCD control in C            01/01/70 00:00      
RE: Graphic LCD control in C            01/01/70 00:00      
RE: Graphic LCD control in C            01/01/70 00:00      
RE: Graphic LCD control in C            01/01/70 00:00      
RE: Graphic LCD control in C            01/01/70 00:00      
RE: Graphic LCD control in C            01/01/70 00:00      
RE: Graphic LCD control in C            01/01/70 00:00      

Back to Subject List