Searched refs:LCD_PIXCLOCK (Results 1 – 5 of 5) sorted by relevance
18 #define LCD_PIXCLOCK 2 macro177 LCDCON1 = (LCD_PIXCLOCK << 8) | (3 << 5) | (12 << 1); in rt_lcd_init()
18 #define LCD_PIXCLOCK 4 macro178 LCDCON1 = (LCD_PIXCLOCK << 8) | (3 << 5) | (12 << 1); in rt_lcd_init()
16 #define LCD_PIXCLOCK 4 macro176 LCDCON1 = (LCD_PIXCLOCK << 8) | (3 << 5) | (12 << 1); in rt_lcd_init()
20 #define LCD_PIXCLOCK 7 // clock macro180 LCDCON1 = (LCD_PIXCLOCK << 8) | (3 << 5) | (12 << 1); in rt_lcd_init()
Completed in 10 milliseconds