Searched refs:ILI9320_DISPLAY1_D (Results 1 – 2 of 2) sorted by relevance
109 lcd->display1 |= (ILI9320_DISPLAY1_D(3) | ILI9320_DISPLAY1_BASEE); in ili9320_power_on()117 lcd->display1 &= ~(ILI9320_DISPLAY1_D(3) | ILI9320_DISPLAY1_BASEE); in ili9320_power_off()
97 #define ILI9320_DISPLAY1_D(x) ((x) << 0) macro