Home
last modified time | relevance | path

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

/bsp/nuvoton/libraries/nu_packages/FSA506/
A Dlcd_fsa506.c22 #define NU_PKG_FSA506_LINE_BUFFER_NUMBER YSIZE_PHYS
36 .height = YSIZE_PHYS
98 fsa506_write_reg(0x22, (YSIZE_PHYS >> 8)); //Vertical Active width H-Byte in fsa506_lcd_init()
99 fsa506_write_reg(0x23, (YSIZE_PHYS)); //Vertical Active width H-Byte in fsa506_lcd_init()
122 …fsa506_write_reg(0x36, ((2 * YSIZE_PHYS) >> 8)); //[3:0] MSB of image vertical physical resolution… in fsa506_lcd_init()
123 …fsa506_write_reg(0x37, (2 * YSIZE_PHYS)); //[7:0] LSB of image vertical physical resolution in m… in fsa506_lcd_init()
150 while (filled_line_num < YSIZE_PHYS) in fsa506_fillscreen()
156 …o.height = (NU_PKG_FSA506_LINE_BUFFER_NUMBER < YSIZE_PHYS) ? NU_PKG_FSA506_LINE_BUFFER_NUMBER : YS… in fsa506_fillscreen()
171 fsa506_set_page(0, (YSIZE_PHYS - 1)); in fsa506_fillscreen()
174 for (int i = 0; i < (XSIZE_PHYS * YSIZE_PHYS); i++) in fsa506_fillscreen()
A Dlcd_fsa506.h33 #define YSIZE_PHYS 272 macro
/bsp/nuvoton/libraries/nu_packages/ILI9341/
A Dlcd_ili9341.c22 #define NU_PKG_ILI9341_LINE_BUFFER_NUMBER YSIZE_PHYS
35 .height = YSIZE_PHYS
194 while (filled_line_num < YSIZE_PHYS) in ili9341_fillscreen()
200 …height = (NU_PKG_ILI9341_LINE_BUFFER_NUMBER < YSIZE_PHYS) ? NU_PKG_ILI9341_LINE_BUFFER_NUMBER : YS… in ili9341_fillscreen()
215 ili9341_set_page(0, (YSIZE_PHYS - 1)); in ili9341_fillscreen()
218 for (int i = 0; i < (XSIZE_PHYS * YSIZE_PHYS); i++) in ili9341_fillscreen()
A Dlcd_ili9341.h33 #define YSIZE_PHYS 240 macro
36 #define YSIZE_PHYS 320 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.c22 #define NU_PKG_SSD1963_LINE_BUFFER_NUMBER YSIZE_PHYS
36 .height = YSIZE_PHYS
155 while (filled_line_num < YSIZE_PHYS) in ssd1963_fillscreen()
161 …height = (NU_PKG_SSD1963_LINE_BUFFER_NUMBER < YSIZE_PHYS) ? NU_PKG_SSD1963_LINE_BUFFER_NUMBER : YS… in ssd1963_fillscreen()
176 ssd1963_set_page(0, (YSIZE_PHYS - 1)); in ssd1963_fillscreen()
179 for (int i = 0; i < (XSIZE_PHYS * YSIZE_PHYS); i++) in ssd1963_fillscreen()
A Dlcd_ssd1963.h36 #define YSIZE_PHYS 272 macro
A Dssd1963_ebi.c90 if (x >= XSIZE_PHYS || y >= YSIZE_PHYS) in ssd1963_lcd_get_pixel()

Completed in 14 milliseconds