Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of UniGraphic by
Diff: Display/LCD.h
- Revision:
- 15:b9483ba842c8
- Parent:
- 10:668cf78ff93a
- Child:
- 20:14daa48ffd4c
--- a/Display/LCD.h Sun Feb 22 18:55:54 2015 +0000 +++ b/Display/LCD.h Mon Feb 23 16:05:16 2015 +0000 @@ -8,6 +8,10 @@ #include "SPI16.h" #include "Protocols.h" +// undefine the KL43Z and KL46Z LCD macro +#ifdef LCD +#undef LCD +#endif /** Draw mode * NORMAl
