Home
last modified time | relevance | path

Searched refs:LCD_UPPER_MARGIN (Results 1 – 5 of 5) sorted by relevance

/bsp/mini2440/drivers/
A Dlcd_a70.c24 #define LCD_UPPER_MARGIN 25 macro
178 …LCDCON2 = (LCD_UPPER_MARGIN << 24) | ((LCD_HEIGHT - 1) << 14) | (LCD_LOWER_MARGIN << 6) | (LCD_VSY… in rt_lcd_init()
A Dlcd_n35.c24 #define LCD_UPPER_MARGIN 1 macro
179 …LCDCON2 = (LCD_UPPER_MARGIN << 24) | ((LCD_HEIGHT - 1) << 14) | (LCD_LOWER_MARGIN << 6) | (LCD_VSY… in rt_lcd_init()
A Dlcd_t35.c24 #define LCD_UPPER_MARGIN 1 macro
179 …LCDCON2 = (LCD_UPPER_MARGIN << 24) | ((LCD_HEIGHT - 1) << 14) | (LCD_LOWER_MARGIN << 6) | (LCD_VSY… in rt_lcd_init()
A Dlcd_t43.c22 #define LCD_UPPER_MARGIN 2 macro
177 …LCDCON2 = ((LCD_UPPER_MARGIN - 1) << 24) | ((LCD_HEIGHT - 1) << 14) | ((LCD_LOWER_MARGIN - 1) << 6… in rt_lcd_init()
A Dlcd_x35.c26 #define LCD_UPPER_MARGIN 1 // margin_top macro
181 …LCDCON2 = (LCD_UPPER_MARGIN << 24) | ((LCD_HEIGHT - 1) << 14) | (LCD_LOWER_MARGIN << 6) | (LCD_VSY… in rt_lcd_init()

Completed in 11 milliseconds