Searched refs:LCD_RST (Results 1 – 5 of 5) sorted by relevance
32 #define LCD_RST(a) \ macro
65 LCD_RST(0); in LCD_Reset()67 LCD_RST(1); in LCD_Reset()
58 .rst = LCD_RST,
39 #define LCD_RST GET_PIN(D, 3) macro1211 rt_pin_mode(LCD_RST, PIN_MODE_OUTPUT); in drv_lcd_init()1213 rt_pin_write(LCD_RST, PIN_LOW); in drv_lcd_init()1215 rt_pin_write(LCD_RST, PIN_HIGH); in drv_lcd_init()
891 the LCD_RST pin or not.
Completed in 17 milliseconds