mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-24 22:08:47 +01:00
13 lines
170 B
C
13 lines
170 B
C
#ifndef _SCREEN_H_
|
|
#define _SCREEN_H_
|
|
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
|
|
#include "../sem9010_uk.h"
|
|
|
|
#define SCREEN_WIDTH 1
|
|
#define SCREEN_HEIGHT 1
|
|
|
|
#endif
|