Searched refs:white (Results 1 – 10 of 10) sorted by relevance
| /bsp/nxp/lpc/lpc55sxx/Libraries/drivers/sample/ |
| A D | lcd_touch_sample.c | 22 static rt_uint16_t white[319*2]; in lcd_touch_sample() local 31 white[i] = 0xffff; in lcd_touch_sample() 39 lcd_load(i, i, 0, 319, white); in lcd_touch_sample() 43 lcd_load(i, i, 0, 319, white); in lcd_touch_sample() 47 lcd_load(i, i, 0, 319, white); in lcd_touch_sample()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/ |
| A D | de_bws.c | 224 unsigned int min, unsigned int black, unsigned int white, in de_bws_set_para() argument 233 writel((max << 16) | white, (void *)(base + 0x24)); in de_bws_set_para() 241 unsigned int min, unsigned int black, unsigned int white, in de_bws_set_para() argument 249 bws_dev[sel][chno]->whtthr.bits.white = white; in de_bws_set_para() 317 unsigned int *black, unsigned int *white, in auto_bws_model() argument 458 *white = pd_white; in auto_bws_model()
|
| A D | de_bws_type.h | 93 unsigned int white:8; member
|
| A D | de_enhance.h | 186 unsigned int min, unsigned int black, unsigned int white,
|
| /bsp/qemu-virt64-aarch64/applications/ |
| A D | graphic.c | 78 rt_uint32_t white = 0xffffff; in graphic_thread() local 180 … virtio_gpu_graphic_ops->draw_hline((char *)&white, 0, graphic_info.width, cur_last_points[1]); in graphic_thread() 181 … virtio_gpu_graphic_ops->draw_vline((char *)&white, cur_last_points[0], 0, graphic_info.height); in graphic_thread()
|
| /bsp/stm32/stm32f407-atk-explorer/board/ports/touch/ |
| A D | drv_touch_xpt.c | 54 const uint32_t white = 0xFFFFFFFF; in xpt2046_calibration() local 55 rt_graphix_ops(lcd)->draw_hline((const char *)(&white), 0, lcd_info.width, y); in xpt2046_calibration() 96 const uint32_t white = 0xFFFFFFFF; in xpt2046_calibration() local 97 rt_graphix_ops(lcd)->draw_hline((const char *)(&white), 0, lcd_info.width, y); in xpt2046_calibration()
|
| /bsp/fujitsu/mb9x/mb9bf500r/ |
| A D | lcd.c | 127 if (*c == rtgui_color_to_565(white)) in rt_hw_lcd_set_pixel() 139 *c = white; in rt_hw_lcd_get_pixel() 153 if (*c == rtgui_color_to_565(white)) in rt_hw_lcd_draw_hline()
|
| A D | info.c | 176 RTGUI_WIDGET_BACKGROUND(RTGUI_WIDGET(view)) = white; in info_entry()
|
| /bsp/efm32/ |
| A D | application.c | 225 RTGUI_WIDGET_FOREGROUND(RTGUI_WIDGET(label)) = white; in app_main() 266 RTGUI_WIDGET_BACKGROUND(RTGUI_WIDGET(label)) = white; in app_main() 307 RTGUI_WIDGET_BACKGROUND(RTGUI_WIDGET(label)) = white; in app_main() 451 RTGUI_WIDGET_BACKGROUND(RTGUI_WIDGET(label)) = white; in app_photo()
|
| /bsp/stm32/stm32l496-st-nucleo/ |
| A D | README.md | 42 - 8- to 14-bit camera interface up to 32 MHz (black&white) or 10 MHz (color)
|
Completed in 23 milliseconds