Home
last modified time | relevance | path

Searched refs:BACK_COLOR (Results 1 – 6 of 6) sorted by relevance

/bsp/stm32/stm32l431-BearPi/board/ports/lcd/
A Ddrv_lcd.c27 rt_uint16_t BACK_COLOR = WHITE, FORE_COLOR = BLACK; variable
225 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()
/bsp/stm32/stm32l475-atk-pandora/board/ports/lcd/
A Dlcd_qrcode.c91 …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()
A Ddrv_lcd.c32 rt_uint16_t BACK_COLOR = WHITE, FORE_COLOR = BLACK; variable
230 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()
A Ddrv_lcd.h40 extern rt_uint16_t BACK_COLOR, FORE_COLOR;
/bsp/stm32/stm32f407-rt-spark/board/ports/lcd/
A Ddrv_lcd.c26 rt_uint16_t BACK_COLOR = WHITE, FORE_COLOR = BLACK; variable
405 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 …]
/bsp/stm32/stm32h750-artpi/board/port/
A Ddrv_spi_ili9488.c37 static rt_uint32_t BACK_COLOR = WHITE, FORE_COLOR = BLACK; variable
263 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