pico-bt-display/include/constants.h

7 lines
97 B
C
Raw Normal View History

#ifndef CONSTANTSH
#define CONSTANTSH
#define SCREEN_WIDTH 240
#define SCREEN_HEIGHT 360
#endif