LEGO Mindstorms EV3


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

LEGO® Robotics Firmware Documentation
Confidential Information © 2013 The LEGO Group