Development FAQ: Difference between revisions

From Hackspire
Jump to navigation Jump to search
(Created)
(No difference)

Revision as of 14:42, 16 March 2011

The document screen of the OS is sometimes shifted after a program execution, what's wrong?

Make sure that the program doesn't read then write directly from and to the LCD screen buffer. A buffer allocated with malloc() and copied to the LCD screen buffer with memcpy() should be used instead.