prepare display
This commit is contained in:
13
game-ctrl/display.h
Normal file
13
game-ctrl/display.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef _DISPLAY_H_
|
||||
#define _DISPLAY_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
void displayInit();
|
||||
void displaySetScore(uint16_t v);
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _DISPLAY_H_
|
Reference in New Issue
Block a user