summaryrefslogtreecommitdiff
path: root/src/cfg.h
blob: 9c8543505f88ff362f5760ce17e413caccfd08fa (plain)
1
2
3
4
5
6
7
8
#pragma once
#define CHR_WIDTH      8
#define CHR_HEIGHT     16
#define DISPLAY_WIDTH  400
#define DISPLAY_HEIGHT 224
#define TSIZE          16
#define WHITE          255, 255, 255
#define BLACK          0, 0, 0