|
STM8S/A Standard Peripherals Firmware Library
|
Defines | |
| #define | STATUS_TYPE 0xFC |
Variables | |
| CONST uint8_t | S_CGRAM [] |
| CONST uint8_t | T_CGRAM [] |
Define Documentation
| #define STATUS_TYPE 0xFC |
Definition at line 48 of file stm8s_eval_lcd.c.
Variable Documentation
Initial value:
{
0x03, 0xff,
0x02, 0x00,
0x04, 0x00,
0x04, 0x00,
0x0c, 0x7f,
0x0c, 0x7f,
0x1c, 0x3f,
0x1e, 0x1f,
0x3f, 0x0f,
0x3f, 0x87,
0x7f, 0xc3,
0x7f, 0xe3,
0x00, 0x03,
0x00, 0x03,
0x00, 0x07,
0xff, 0xfe,
}
Definition at line 51 of file stm8s_eval_lcd.c.
Referenced by LCD_DisplayLogo().
Initial value:
{
0xff, 0xff,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0xf8, 0xf8,
0xf0, 0xf8,
0xf0, 0xf0,
0xf0, 0xf0,
0xe1, 0xe0,
0xe3, 0xe0,
0xc3, 0xc0,
0xc7, 0xc0,
0x87, 0xc0,
0x8f, 0x80,
0x0f, 0x80,
0x1f, 0x00
}
Definition at line 74 of file stm8s_eval_lcd.c.
Referenced by LCD_DisplayLogo().