WIP
This commit is contained in:
4
Core/Src/graphics/display.c
Normal file
4
Core/Src/graphics/display.c
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "display.h"
|
||||
|
||||
__attribute__((section(".sdram")))
|
||||
volatile pixel_t framebuffer[DISPLAY_HEIGHT * DISPLAY_WIDTH];
|
||||
Reference in New Issue
Block a user