transfered from codeberg
This commit is contained in:
5
source_code/display_module/display/display.c
Normal file
5
source_code/display_module/display/display.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "display.h"
|
||||
|
||||
const int screen_height = 300;
|
||||
const int screen_width = 600;
|
||||
|
||||
8
source_code/display_module/display/display.h
Normal file
8
source_code/display_module/display/display.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef display_h
|
||||
#define display_h
|
||||
|
||||
extern const int screen_width;
|
||||
extern const int screen_height;
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user