videochargen/const.h

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