From e6518cf1ddfc087ca25fa1494f993ce03e43e138 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 20 Nov 2016 00:04:27 -0800 Subject: altos/stm-vga: Implement VGA out from the STM processor Generates vsync/hsync using timers and pixel data using the SPI port. 320x240 video using 640x480 mode and a 24MHz "pixel" clock. Includes the beginings of rendering code for the frame buffer, including bitblt, solid fill and text with a 5x7 font. Signed-off-by: Keith Packard --- src/draw/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/draw/Makefile (limited to 'src/draw/Makefile') diff --git a/src/draw/Makefile b/src/draw/Makefile new file mode 100644 index 00000000..0a542a1f --- /dev/null +++ b/src/draw/Makefile @@ -0,0 +1,4 @@ +BDF=5x7.bdf + +ao_font.h: font-convert $(BDF) + nickle font-convert $(BDF) > $@ -- cgit v1.2.3