WIP
This commit is contained in:
10
Core/Inc/graphics/graphics.h
Normal file
10
Core/Inc/graphics/graphics.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef GRAPHICS_H
|
||||
#define GRAPHICS_H
|
||||
|
||||
#include "display.h"
|
||||
#include "stdint.h"
|
||||
|
||||
void DisplayTest(pixel_t color);
|
||||
void DrawBox(uint32_t topleft_x_loc, uint32_t topleft_y_loc, uint32_t height, uint32_t width, pixel_t color);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user