Searched refs:ContrastLevel (Results 1 – 2 of 2) sorted by relevance
237 void halLcdSetContrast(unsigned char ContrastLevel) in halLcdSetContrast() argument239 if (ContrastLevel > 127) ContrastLevel = 127; in halLcdSetContrast()240 if (ContrastLevel < 70) ContrastLevel = 70; in halLcdSetContrast()241 LcdInitMacro[ 0x04 * 6 + 5 ] = ContrastLevel; in halLcdSetContrast()
68 void halLcdSetContrast(unsigned char ContrastLevel);