modules/scs/scs_lcd.c File Reference

#include <mios32.h>
#include <stdarg.h>
#include <string.h>
#include "scs_lcd.h"

Functions

s32 SCS_LCD_Init (u32 mode)
s32 SCS_LCD_DeviceGet (void)
s32 SCS_LCD_DeviceSet (u8 device)
s32 SCS_LCD_OffsetXGet (void)
s32 SCS_LCD_OffsetXSet (u8 x_offset)
s32 SCS_LCD_OffsetYGet (void)
s32 SCS_LCD_OffsetYSet (u8 y_offset)
s32 SCS_LCD_Clear (void)
s32 SCS_LCD_PrintChar (char c)
s32 SCS_LCD_BufferSet (u16 x, u16 y, char *str)
s32 SCS_LCD_CursorSet (u16 column, u16 line)
s32 SCS_LCD_Update (u8 force)
s32 SCS_LCD_InitSpecialChars (scs_lcd_charset_t charset, u8 force)
s32 SCS_LCD_SpecialCharsReInit (void)
s32 SCS_LCD_PrintString (char *str)
s32 SCS_LCD_PrintFormattedString (char *format,...)
s32 SCS_LCD_PrintSpaces (int num)
s32 SCS_LCD_PrintStringPadded (char *str, u32 width)
s32 SCS_LCD_PrintStringCentered (char *str, u32 width)

Generated on 22 Jan 2016 for MIOS32 by  doxygen 1.6.1