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.
Dependencies: Array_Matrix TS_DISCO_F746NG LCD_DISCO_F746NG BSP_DISCO_F746NG
Revision 20:a3f5ef112208, committed 2016-08-15
- Comitter:
- MikamiUitOpen
- Date:
- Mon Aug 15 06:00:29 2016 +0000
- Parent:
- 19:ba5be6b8bc99
- Child:
- 21:5abb486c68e0
- Commit message:
- 21
Changed in this revision
| ResetButton.hpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/ResetButton.hpp Mon Aug 15 04:52:56 2016 +0000
+++ b/ResetButton.hpp Mon Aug 15 06:00:29 2016 +0000
@@ -14,8 +14,8 @@
class ResetButton : public Button
{
public:
- ResetButton(uint16_t x = 0, uint16_t y = 236,
- uint16_t w = 36, uint16_t h = 36)
+ ResetButton(uint16_t x = 0, uint16_t y = 240,
+ uint16_t w = 32, uint16_t h = 32)
: Button(x, y, w, h)
{
pt_[0] = (Point){x+0.2f*w, y+h/2};