#include <display.h>
List of all members.
Detailed Description
Display Line Representation
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.
- See also:
-
gdm_display, gdm_get_raw_line
Definition at line 158 of file display.h.The documentation for this struct was generated from the following file:
|