This is the David Smart RA8875 Library with mods for working with FRDM-K64F

Revision:
195:17e176dbd6eb
Parent:
193:74f80834d59d
Child:
196:56820026701b
--- a/RA8875.h	Tue Feb 11 15:35:02 2020 +0000
+++ b/RA8875.h	Tue Feb 11 18:33:44 2020 +0000
@@ -508,6 +508,8 @@
 /// @todo Add high level objects - x-y graph, meter, others... but these will
 ///     probably be best served in another class, since they may not
 ///     be needed for many uses.
+/// @todo Move the global enums into the class (e.g. NOFILL becomes RA8875::NOFILL) to
+///     avoid namespace clashes.
 ///
 class RA8875 : public GraphicsDisplay
 {