Files
2021-07-03 15:44:01 +02:00

9 lines
139 B
C

#pragma once
#define VERTICAL_OFFSET 30
#define HORIZONTAL_OFFSET 192
#define LINE_BUFFER_SIZE 160
#define BLACK 0x00
#define WHITE 0xff