1-Bit Bitmaps

Home Up VNC2 Adafruit RGB LED Matrix Visual Spin YModem Wavetable Midi Player Prop EKG Basic Window/Form System PropMonitor 1-Bit Bitmaps 6-Bit Bitmaps DAC Sparkfun Nokia LCD Cameras MP3 Wireless JuiceBox I/O Expansion Via I2C Secure Digital (SD) Card Interface Notes on Graphics_Demo.spin ADC 2-Bit Bitmap App TV Colors Interleaved Character Generator 4-Color Character Applet VGA Colors Applets

 

bullet

Here's a tool to create 1-bit bitmaps (2 colors) for the Propeller.  Here's a screenshot of a demo using the VGA driver to show a nearly full screen image:

bullet

 

bullet

This type of bitmap uses the least amount of space (compared to my 2-bit and 6-bit bitmaps).  So, it's good for simple images or when space is tight.

bullet

Download the SPIN code and image that generated the screenshot above here.

bullet

This updated version of the Prop1BitBitmap tool fixes the text output and now matches the binary (.dat) file.