modules/app_lcd/macos/app_lcd.h File Reference

Defines

#define APP_LCD_NUM_X   1
#define APP_LCD_WIDTH   (4*5)
#define APP_LCD_NUM_Y   1
#define APP_LCD_HEIGHT   (2*8)
#define APP_LCD_COLOUR_DEPTH   1
#define APP_LCD_BITMAP_SIZE   ((APP_LCD_NUM_X*APP_LCD_WIDTH * APP_LCD_NUM_Y*APP_LCD_HEIGHT * APP_LCD_COLOUR_DEPTH) / 8)

Functions

s32 APP_LCD_Init (u32 mode)
s32 APP_LCD_Data (u8 data)
s32 APP_LCD_Cmd (u8 cmd)
s32 APP_LCD_Clear (void)
s32 APP_LCD_CursorSet (u16 column, u16 line)
s32 APP_LCD_GCursorSet (u16 x, u16 y)
s32 APP_LCD_SpecialCharInit (u8 num, u8 table[8])
s32 APP_LCD_BColourSet (u32 rgb)
s32 APP_LCD_FColourSet (u32 rgb)
s32 APP_LCD_BitmapPixelSet (mios32_lcd_bitmap_t bitmap, u16 x, u16 y, u32 colour)
s32 APP_LCD_BitmapPrint (mios32_lcd_bitmap_t bitmap)

Define Documentation

#define APP_LCD_BITMAP_SIZE   ((APP_LCD_NUM_X*APP_LCD_WIDTH * APP_LCD_NUM_Y*APP_LCD_HEIGHT * APP_LCD_COLOUR_DEPTH) / 8)
#define APP_LCD_COLOUR_DEPTH   1
#define APP_LCD_HEIGHT   (2*8)
#define APP_LCD_NUM_X   1
#define APP_LCD_NUM_Y   1
#define APP_LCD_WIDTH   (4*5)

Function Documentation

s32 APP_LCD_BColourSet ( u32  rgb  ) 
s32 APP_LCD_BitmapPixelSet ( mios32_lcd_bitmap_t  bitmap,
u16  x,
u16  y,
u32  colour 
)
s32 APP_LCD_BitmapPrint ( mios32_lcd_bitmap_t  bitmap  ) 
s32 APP_LCD_Clear ( void   ) 
s32 APP_LCD_Cmd ( u8  cmd  ) 
s32 APP_LCD_CursorSet ( u16  column,
u16  line 
)
s32 APP_LCD_Data ( u8  data  ) 
s32 APP_LCD_FColourSet ( u32  rgb  ) 
s32 APP_LCD_GCursorSet ( u16  x,
u16  y 
)
s32 APP_LCD_Init ( u32  mode  ) 
s32 APP_LCD_SpecialCharInit ( u8  num,
u8  table[8] 
)

Generated on 22 Jan 2016 for MIOS32 by  doxygen 1.6.1