From cbeff523d3c01471fcddfbf713b5d8d9e36dc1a9 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 30 May 2023 23:32:52 +0100 Subject: pngpal tool and first stab at embedding data on the EXE WIP; the embedded data has an "environ" symbol that will cause issues when we embed more than one piece of data. --- src/vga.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vga.h') diff --git a/src/vga.h b/src/vga.h index f35e6dd..a9c46c6 100644 --- a/src/vga.h +++ b/src/vga.h @@ -6,4 +6,7 @@ void close_framebuffer(); void set_mode(uint8_t mode); +/* the palette is expected to be 8 bit per color, and will be converted to VGA's 6 bit per color */ +void set_palette(const uint8_t *palette); + #endif // _VGA_H -- cgit v1.2.3