some progress
This commit is contained in:
9
displayDriver.h
Normal file
9
displayDriver.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef _DISPLAY_DRIVER_H_
|
||||
#define _DISPLAY_DRIVER_H_
|
||||
|
||||
void displayDriverInit();
|
||||
void displayDriverTransferCanvas();
|
||||
|
||||
|
||||
|
||||
#endif // _DISPLAY_DRIVER_H_
|
Reference in New Issue
Block a user