FIX RED framebuffer viewport rewrite

Change-Id: I4cb8f580e15440d06f8d5fabb2fbf5147c67b49c
This commit is contained in:
William Wilgus 2020-10-26 14:11:38 -04:00
parent 9b295ce135
commit ada919fc11
3 changed files with 9 additions and 6 deletions

View file

@ -494,7 +494,7 @@ void lcd_update(void)
lcd_begin_write_gram();
lcd_write_data((unsigned short *)lcd_framebuffer, LCD_WIDTH*LCD_HEIGHT);
lcd_write_data((unsigned short *)FBADDR(0,0), LCD_WIDTH*LCD_HEIGHT);
} /* lcd_update */
/* Update a fraction of the display. */