Overview
- Object ID : 2847 (2020-08-14)
- Author : Eric R. Smith | added by Archiver
- Content : Code
- Microcontroller : Propeller 2
- Language : SPIN2
- Category : Display
- Licence : Other
Content
The ansi.spin2 file provides a VGA text driver that supports standard ANSI escape codes for text effects (like changing colors, flashing, etc.). Resolutions of 640x480, 800x600, 1024x768, and 1280x800 are supported, as well as fonts at a variety of sizes (8x8, 8x16, and 16x32 ones are included).
The default configuration is 1280x800 with a 16x32 font and 8bpp color; edit ansi.spin2 to modify this.
demo.spin2 is a simple demo using the VGA tile driver directly as well as using the ANSI text object
basdemo.bas is a demo in BASIC
See Notes.md for more information.