#include "mbng_event.h"
Functions | |
s32 | MBNG_LCD_Init (u32 mode) |
s32 | MBNG_LCD_FontInit (char font_name) |
u8 * | MBNG_LCD_FontGet (void) |
s32 | MBNG_LCD_Clear (void) |
s32 | MBNG_LCD_CursorSet (u8 lcd, u16 x, u16 y) |
s32 | MBNG_LCD_PrintChar (char c) |
s32 | MBNG_LCD_PrintString (char *str) |
s32 | MBNG_LCD_PrintFormattedString (char *format,...) |
s32 | MBNG_LCD_PrintSpaces (int num) |
s32 | MBNG_LCD_ClearScreenOnNextMessage (void) |
s32 | MBNG_LCD_PrintItemLabel (mbng_event_item_t *item, char *out_buffer, u32 max_buffer_len) |
s32 | MBNG_LCD_SpecialCharsInit (u8 charset, u8 force) |
s32 | MBNG_LCD_SpecialCharsReInit (void) |