Searched refs:YSIZE_PHYS (Results 1 – 9 of 9) sorted by relevance
22 #define NU_PKG_FSA506_LINE_BUFFER_NUMBER YSIZE_PHYS36 .height = YSIZE_PHYS98 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()
33 #define YSIZE_PHYS 272 macro
22 #define NU_PKG_ILI9341_LINE_BUFFER_NUMBER YSIZE_PHYS35 .height = YSIZE_PHYS194 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()
33 #define YSIZE_PHYS 240 macro36 #define YSIZE_PHYS 320 macro
90 if (x >= XSIZE_PHYS || y >= YSIZE_PHYS) in ili9341_lcd_get_pixel()
180 if (x >= XSIZE_PHYS || y >= YSIZE_PHYS) in ili9341_lcd_get_pixel()
22 #define NU_PKG_SSD1963_LINE_BUFFER_NUMBER YSIZE_PHYS36 .height = YSIZE_PHYS155 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()
36 #define YSIZE_PHYS 272 macro
90 if (x >= XSIZE_PHYS || y >= YSIZE_PHYS) in ssd1963_lcd_get_pixel()
Completed in 14 milliseconds