Searched refs:lcd_framebuffer (Results 1 – 2 of 2) sorted by relevance
21 static rt_uint16_t *lcd_framebuffer = RT_NULL; variable317 lcd_framebuffer = rt_malloc_align(sizeof(rt_uint16_t) * RT_HW_LCD_HEIGHT * RT_HW_LCD_WIDTH, 32); in rt_lcd_init()318 rt_memset(lcd_framebuffer, 0, sizeof(rt_uint16_t) * RT_HW_LCD_HEIGHT * RT_HW_LCD_WIDTH); in rt_lcd_init()336 lcdConfig.upperPanelAddr = (uint32_t)lcd_framebuffer;//VRAM_ADDR; in rt_lcd_init()370 rt_uint8_t *p = (rt_uint8_t *)lcd_framebuffer; in rt_lcd_control()385 …memcpy((void *)lcd_framebuffer, _rt_framebuffer, sizeof(rt_uint16_t)*RT_HW_LCD_HEIGHT * RT_HW_LCD_… in rt_lcd_control()388 LCD->UPBASE = (rt_uint32_t)lcd_framebuffer; in rt_lcd_control()408 return lcd_framebuffer; in get_lcd_framebuffer()413 volatile rt_uint16_t *p = (rt_uint16_t *)lcd_framebuffer; in lcd_clear()
42 static uint8_t lcd_framebuffer[LCD_BUF_SIZE] BSP_ALIGN_VARIABLE(64) BSP_PLACE_IN_SECTION(".sdram"); variable370 _lcd.lcd_info.framebuffer = (uint8_t *)lcd_framebuffer; in rt_hw_lcd_init()
Completed in 7 milliseconds