Initialisation - TBTerra/pictor GitHub Wiki

LCD Initialisation

These commands are used to initialise the display so that the display memory is visible on the display.


Commands

void pictorInit(const uint8_t Mode);

Initialises the screen. Currently Mode is unused, but will later do stuff (Use 0 for now).

Parameters:

  1. Mode - Mode to initialise the screen in. Currently unused, set to 0 for future compatibility.

void pictorMemDump();

Dump the entire of ram and program memory to the screen.