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