videochargen/const.h

9 lines
139 B
C
Raw Normal View History

2021-06-27 19:57:02 +00:00
#pragma once
#define VERTICAL_OFFSET 30
#define HORIZONTAL_OFFSET 192
2021-07-03 13:02:01 +00:00
#define LINE_BUFFER_SIZE 160
2021-07-03 13:44:01 +00:00
#define BLACK 0x00
#define WHITE 0xff