Searched refs:XSIZE_PHYS (Results 1 – 9 of 9) sorted by relevance
| /bsp/nuvoton/libraries/nu_packages/FSA506/ |
| A D | lcd_fsa506.c | 34 .width = XSIZE_PHYS, 35 .pitch = XSIZE_PHYS * 2, 69 fsa506_write_reg(0x09, (XSIZE_PHYS)); //Set the panel X size L[7:0] in fsa506_lcd_init() 88 fsa506_write_reg(0x18, (XSIZE_PHYS >> 8)); //DE pulse width H-Byte in fsa506_lcd_init() 89 fsa506_write_reg(0x19, (XSIZE_PHYS)); //DE pulse width L-Byte in fsa506_lcd_init() 120 fsa506_write_reg(0x34, (XSIZE_PHYS >> 8)); //H byte H-def[3:0] in fsa506_lcd_init() 121 fsa506_write_reg(0x35, (XSIZE_PHYS)); //_L byte H-def[7:0] in fsa506_lcd_init() 155 rectinfo.width = XSIZE_PHYS; in fsa506_fillscreen() 158 pixel_count = XSIZE_PHYS * NU_PKG_FSA506_LINE_BUFFER_NUMBER; in fsa506_fillscreen() 170 fsa506_set_column(0, (XSIZE_PHYS - 1)); in fsa506_fillscreen() [all …]
|
| A D | lcd_fsa506.h | 32 #define XSIZE_PHYS 480 macro
|
| /bsp/nuvoton/libraries/nu_packages/ILI9341/ |
| A D | lcd_ili9341.c | 33 .width = XSIZE_PHYS, 34 .pitch = XSIZE_PHYS * 2, 199 rectinfo.width = XSIZE_PHYS; in ili9341_fillscreen() 202 pixel_count = XSIZE_PHYS * NU_PKG_ILI9341_LINE_BUFFER_NUMBER; in ili9341_fillscreen() 214 ili9341_set_column(0, (XSIZE_PHYS - 1)); in ili9341_fillscreen() 218 for (int i = 0; i < (XSIZE_PHYS * YSIZE_PHYS); i++) in ili9341_fillscreen()
|
| A D | lcd_ili9341.h | 32 #define XSIZE_PHYS 320 macro 35 #define XSIZE_PHYS 240 macro
|
| A D | ili9341_ebi.c | 90 if (x >= XSIZE_PHYS || y >= YSIZE_PHYS) in ili9341_lcd_get_pixel()
|
| A D | ili9341_spi.c | 180 if (x >= XSIZE_PHYS || y >= YSIZE_PHYS) in ili9341_lcd_get_pixel()
|
| /bsp/nuvoton/libraries/nu_packages/SSD1963/ |
| A D | lcd_ssd1963.c | 34 .width = XSIZE_PHYS, 35 .pitch = XSIZE_PHYS * 2, 160 rectinfo.width = XSIZE_PHYS; in ssd1963_fillscreen() 163 pixel_count = XSIZE_PHYS * NU_PKG_SSD1963_LINE_BUFFER_NUMBER; in ssd1963_fillscreen() 175 ssd1963_set_column(0, (XSIZE_PHYS - 1)); in ssd1963_fillscreen() 179 for (int i = 0; i < (XSIZE_PHYS * YSIZE_PHYS); i++) in ssd1963_fillscreen()
|
| A D | lcd_ssd1963.h | 35 #define XSIZE_PHYS 480 macro
|
| A D | ssd1963_ebi.c | 90 if (x >= XSIZE_PHYS || y >= YSIZE_PHYS) in ssd1963_lcd_get_pixel()
|
Completed in 16 milliseconds