Refactored Project Structure for use with emulator
This commit is contained in:
5
common/tft/tft.h
Normal file
5
common/tft/tft.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#include<stdbool.h>
|
||||
#include<stdint.h>
|
||||
|
||||
bool tft_init();
|
||||
void tft_draw_line(uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2, uint16_t color);
|
||||
Reference in New Issue
Block a user