Monochrome Graphic Display Source Code Driver Project
Section 10. Revision History

b) Changes To The Sample Project Files

V1.00

Original release

V1.01

Minor changes to remove long variable names not liked by some compilers

V1.02

No significant changes

V1.03

Changed sample screen modes to be cycled through from a single switch input, instead of the previous switch input per sample screen.

Added CONSTANT define to main.h and replaced all ‘const rom’ to CONSTANT in the code, to allow easy dealing with compilers that require an additional qualifier such as ‘rom’ and those that don’t.

Added Microchip C30 and C32 compiler compatible projects for 16 and 32 bit Microchip devices.