![]() |
LPCOpen Platform for LPC112X microcontrollers
112X
LPCOpen Platform for the NXP LPC112X family of Microcontrollers
|
LPC (SWIM) font data structure
Definition at line 49 of file lcd_st7565s.h.
#include "lcd_st7565s.h"
Data Fields | |
int16_t | font_height |
uint8_t | first_char |
uint8_t | last_char |
uint16_t * | font_table |
uint8_t * | font_width_table |
uint8_t first_char |
Definition at line 51 of file lcd_st7565s.h.
int16_t font_height |
Definition at line 50 of file lcd_st7565s.h.
uint16_t* font_table |
Definition at line 53 of file lcd_st7565s.h.
uint8_t* font_width_table |
Definition at line 54 of file lcd_st7565s.h.
uint8_t last_char |
Definition at line 52 of file lcd_st7565s.h.