Searched refs:LCD_VRAM_BASE_ADDR (Results 1 – 1 of 1) sorted by relevance
46 #define LCD_VRAM_BASE_ADDR ((unsigned long)SDRAM_BASE_ADDR + 0x00000000) macro412 pPix = pWind = ((unsigned long *)LCD_VRAM_BASE_ADDR) + X_Left + (Y_Up*C_GLCD_H_SIZE); in LCD_SET_WINDOW()645 unsigned long * pData = ((unsigned long *) LCD_VRAM_BASE_ADDR) + X_Left + (Y_Up * C_GLCD_H_SIZE); in GLCD_LoadPic()
Completed in 4 milliseconds