#define REVERSE_DISPLAY_OFF() WriteCommand(0xa6) // Normal display : 1 illuminated, 黑字白背景
/*LCM显示黑屏设定*/
#define ENTIRE_DISPLAY_ON() WriteCommand(0xa5) // Entire dislay Force whole LCD point
#define ENTIRE_DISPLAY_OFF() WriteCommand(0xa4) // Normal display
/*LCM显示偏压设定 */
#define SET_BIAS() WriteCommand(0xa3) // bias 1
#define CLEAR_BIAS() WriteCommand(0xa2) // bias 0
/*LCM */
#define SET_MODIFY_READ() WriteCommand(0xe0) // Stop automatic increment of the column address by the read instruction
#define RESET_MODIFY_READ() WriteCommand(0xee) // Cancel Modify_read, column address return to its initial value just before the Set Modify Read instruction is started