#include <display.h>
The display line represents a complete row of the LCD display. The LCD display is decomposed in 8 rows of 128 bytes each. Each row is indexed by a register (named X in KS0108 driver). The row spans on two KS0108 drivers: the left and right drivers. Graphically the row forms a rectangle of width 128 and height 8.
The gdm_line
contains the row bitmap, the row number and a small bitmask used by the refresh method.
Definition at line 158 of file display.h.