Searched refs:BACK_COLOR (Results 1 – 6 of 6) sorted by relevance
27 rt_uint16_t BACK_COLOR = WHITE, FORE_COLOR = BLACK; variable225 BACK_COLOR = back; in lcd_set_color()584 else colortemp = BACK_COLOR; in lcd_show_char()598 else colortemp = BACK_COLOR; in lcd_show_char()636 else colortemp = BACK_COLOR; in lcd_show_char()659 else colortemp = BACK_COLOR; in lcd_show_char()696 else colortemp = BACK_COLOR; in lcd_show_char()710 else colortemp = BACK_COLOR; in lcd_show_char()
91 …gement_factor * width + offset_x + offset_y * qrcode.size * enlargement_factor)] = BACK_COLOR >> 8; in show_qrcode_by_line()92 …rgement_factor * width + offset_x + offset_y * qrcode.size * enlargement_factor) + 1] = BACK_COLOR; in show_qrcode_by_line()157 lcd_fill(x, y, x + qrcode.size, y + qrcode.size, BACK_COLOR); in lcd_show_qrcode()
32 rt_uint16_t BACK_COLOR = WHITE, FORE_COLOR = BLACK; variable230 BACK_COLOR = back; in lcd_set_color()646 else colortemp = BACK_COLOR; in lcd_show_char()660 else colortemp = BACK_COLOR; in lcd_show_char()698 else colortemp = BACK_COLOR; in lcd_show_char()721 else colortemp = BACK_COLOR; in lcd_show_char()758 else colortemp = BACK_COLOR; in lcd_show_char()772 else colortemp = BACK_COLOR; in lcd_show_char()
40 extern rt_uint16_t BACK_COLOR, FORE_COLOR;
26 rt_uint16_t BACK_COLOR = WHITE, FORE_COLOR = BLACK; variable405 BACK_COLOR = back; in lcd_set_color()699 else colortemp = BACK_COLOR; in lcd_show_char()713 else colortemp = BACK_COLOR; in lcd_show_char()750 else colortemp = BACK_COLOR; in lcd_show_char()773 else colortemp = BACK_COLOR; in lcd_show_char()809 else colortemp = BACK_COLOR; in lcd_show_char()823 else colortemp = BACK_COLOR; in lcd_show_char()1007 …gement_factor * width + offset_x + offset_y * qrcode.size * enlargement_factor)] = BACK_COLOR >> 8; in show_qrcode_by_line()1008 …rgement_factor * width + offset_x + offset_y * qrcode.size * enlargement_factor) + 1] = BACK_COLOR; in show_qrcode_by_line()[all …]
37 static rt_uint32_t BACK_COLOR = WHITE, FORE_COLOR = BLACK; variable263 BACK_COLOR = back; in lcd_set_color()667 else colortemp = BACK_COLOR; in lcd_show_char()681 else colortemp = BACK_COLOR; in lcd_show_char()720 else colortemp = BACK_COLOR; in lcd_show_char()743 else colortemp = BACK_COLOR; in lcd_show_char()782 else colortemp = BACK_COLOR; in lcd_show_char()796 else colortemp = BACK_COLOR; in lcd_show_char()
Completed in 18 milliseconds