#include <mios32.h>#include <stdarg.h>#include <string.h>#include "buflcd.h"Functions | |
| s32 | BUFLCD_Init (u32 mode) | 
| s32 | BUFLCD_MaxBufferGet (void) | 
| s32 | BUFLCD_DeviceNumXSet (u8 num_x) | 
| s32 | BUFLCD_DeviceNumXGet (void) | 
| s32 | BUFLCD_DeviceNumYSet (u8 num_y) | 
| s32 | BUFLCD_DeviceNumYGet (void) | 
| s32 | BUFLCD_DeviceWidthSet (u8 width) | 
| s32 | BUFLCD_DeviceWidthGet (void) | 
| s32 | BUFLCD_DeviceHeightSet (u8 height) | 
| s32 | BUFLCD_DeviceHeightGet (void) | 
| s32 | BUFLCD_DeviceFontHandlingEnabled (void) | 
| s32 | BUFLCD_OffsetXSet (u8 offset) | 
| s32 | BUFLCD_OffsetXGet (void) | 
| s32 | BUFLCD_OffsetYSet (u8 offset) | 
| s32 | BUFLCD_OffsetYGet (void) | 
| s32 | BUFLCD_BufferGet (char *str, u8 line, u8 len) | 
| s32 | BUFLCD_Clear (void) | 
| s32 | BUFLCD_FontInit (u8 *font) | 
| s32 | BUFLCD_PrintChar (char c) | 
| s32 | BUFLCD_CursorSet (u16 column, u16 line) | 
| s32 | BUFLCD_Update (u8 force) | 
| s32 | BUFLCD_PrintString (char *str) | 
| s32 | BUFLCD_PrintFormattedString (char *format,...) | 
| s32 | BUFLCD_PrintSpaces (int num) | 
| s32 | BUFLCD_PrintStringPadded (char *str, u32 width) | 
 1.6.1