LMS 2012
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages

Shared Memory


It is possible to get a pointer to the display memory for use in userspace this pointer will point to a frame buffer as follows:

 */

typedef   struct
{
  UBYTE   Lcd[LCD_BUFFER_SIZE];
}
LCD;

/*
\n