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.
Diff: DisplayDefs.h
- Revision:
- 199:08eb9e55567b
- Parent:
- 197:853d08e2fb53
--- a/DisplayDefs.h Tue Mar 03 10:08:41 2020 -0400 +++ b/DisplayDefs.h Tue Mar 10 21:28:18 2020 -0400 @@ -1,6 +1,8 @@ #ifndef DISPLAYDEFS_H #define DISPLAYDEFS_H +#include "mbed.h" + /// A Macro to define a @ref color_t value from independent values of Red, Green, and Blue. /// /// This macro accepts 3 parameters, each with a range of 0 to 0xFF.