Home
last modified time | relevance | path

Searched refs:XSIZE_PHYS (Results 1 – 9 of 9) sorted by relevance

/bsp/nuvoton/libraries/nu_packages/FSA506/
A Dlcd_fsa506.c34 .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 Dlcd_fsa506.h32 #define XSIZE_PHYS 480 macro
/bsp/nuvoton/libraries/nu_packages/ILI9341/
A Dlcd_ili9341.c33 .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 Dlcd_ili9341.h32 #define XSIZE_PHYS 320 macro
35 #define XSIZE_PHYS 240 macro
A Dili9341_ebi.c90 if (x >= XSIZE_PHYS || y >= YSIZE_PHYS) in ili9341_lcd_get_pixel()
A Dili9341_spi.c180 if (x >= XSIZE_PHYS || y >= YSIZE_PHYS) in ili9341_lcd_get_pixel()
/bsp/nuvoton/libraries/nu_packages/SSD1963/
A Dlcd_ssd1963.c34 .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 Dlcd_ssd1963.h35 #define XSIZE_PHYS 480 macro
A Dssd1963_ebi.c90 if (x >= XSIZE_PHYS || y >= YSIZE_PHYS) in ssd1963_lcd_get_pixel()

Completed in 16 milliseconds