display.h + fix screendisply

This commit is contained in:
2024-12-12 12:05:08 +01:00
parent 0d2079da68
commit a242ad81d0
5 changed files with 20 additions and 5 deletions

7
display.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef DISPLAY_H
#define DISPLAY_H
void screenDisplay( unsigned short int **tab,int size);
#endif // !DISPLAY_H