Searched refs:BLACK (Results 1 – 19 of 19) sorted by relevance
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/ |
| A D | lcd.h | 11 #define BLACK 0x0000 macro 43 #define BRUSH_BACK_COLOR BLACK
|
| A D | lcd.c | 237 ST7735_LCD_Driver.FillRect(&st7735_pObj,0,0,160,80,BLACK); in LCD_Init() 273 ST7735_LCD_Driver.FillRect(&st7735_pObj,0,0,160,80,BLACK); in show_logo()
|
| /bsp/k210/drivers/test/ |
| A D | lcd_test.c | 85 lcd_set_color(BLACK, BLUE); in showcolor() 92 lcd_set_color(BLACK, RED); in showcolor()
|
| /bsp/stm32/stm32l475-atk-pandora/board/ports/lcd/demo/ |
| A D | lcd_sample.c | 24 lcd_set_color(WHITE, BLACK); in lcd_sample()
|
| /bsp/stm32/stm32h750-artpi/board/port/ |
| A D | lcd_spi_port.h | 16 #define LCD_FULL_COLOR BLACK
|
| A D | drv_spi_ili9488.h | 23 #define BLACK 0x000000 macro
|
| A D | drv_spi_ili9488.c | 37 static rt_uint32_t BACK_COLOR = WHITE, FORE_COLOR = BLACK; 1106 lcd_set_color(WHITE, BLACK); in ili9488_test()
|
| /bsp/gd32/arm/gd32470z-lckfb/board/ports/ |
| A D | drv_lcd.h | 47 #define BLACK 0x0000 /* Black */ macro
|
| A D | draw_panel.c | 32 uint16_t color_buf[COLOR_MAX] = {GRAYBLUE, BLACK, BLUE, BRED, GRED, GBLUE, RED, MAGENTA, GRE… 163 …widget_object_init(&button_eraser, 800 - 130 - 130, 480 - 80, 120, 70, BLACK, button_eraser.value); in draw_panel_test()
|
| /bsp/k210/drivers/ |
| A D | drv_lcd.h | 18 #define BLACK 0x0000 macro
|
| A D | drv_lcd.c | 418 framebuffer[i] = BLACK; in drv_lcd_init() 427 drv_lcd_clear(lcd, BLACK); in drv_lcd_init()
|
| A D | drv_mpylcd.c | 13 static int bcolor = BLACK;
|
| /bsp/stm32/stm32l431-BearPi/board/ports/lcd/ |
| A D | drv_lcd.h | 11 #define BLACK 0x0000 macro
|
| A D | drv_lcd.c | 27 rt_uint16_t BACK_COLOR = WHITE, FORE_COLOR = BLACK;
|
| /bsp/stm32/stm32l475-atk-pandora/board/ports/lcd/ |
| A D | drv_lcd.h | 22 #define BLACK 0x0000 macro
|
| A D | drv_lcd.c | 32 rt_uint16_t BACK_COLOR = WHITE, FORE_COLOR = BLACK;
|
| /bsp/tae32f5300/board/dbg/ |
| A D | tae32f53xx_dbg.h | 93 #define BLACK 30 macro
|
| /bsp/stm32/stm32f407-rt-spark/board/ports/lcd/ |
| A D | drv_lcd.h | 50 #define BLACK 0x0000 macro
|
| A D | drv_lcd.c | 26 rt_uint16_t BACK_COLOR = WHITE, FORE_COLOR = BLACK;
|
Completed in 49 milliseconds