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: button.h
- Revision:
- 2:fd11fb4d51f8
- Parent:
- 1:3ce68d55dfb8
- Child:
- 4:b4c30f6f526e
diff -r 3ce68d55dfb8 -r fd11fb4d51f8 button.h
--- a/button.h Mon Jun 15 00:40:49 2020 +0000
+++ b/button.h Mon Jun 15 02:01:15 2020 +0000
@@ -12,6 +12,7 @@
int strlen(uint8_t *str);
bool etat(){return m_etat;}
uint8_t* getText();
+ void setBackgroundColor(uint32_t color);
private :
bool m_etat = false;