pcm4/ulisp/include/colors.h

11 lines
227 B
C
Raw Normal View History

2023-10-01 23:06:40 +00:00
#pragma once
// Color definitions
#define BLACK 0x0000
#define BLUE 0x001F
#define RED 0xF800
#define GREEN 0x07E0
#define CYAN 0x07FF
#define MAGENTA 0xF81F
#define YELLOW 0xFFE0
#define WHITE 0xFFFF