Thu, 12 Nov 2020 20:26:35 +0100
Reorganize the display + improvements for dimmed flags
- the whole upper zone is now dediacated to the main character line
- make sure eash flag has a dedicated non-overlaping area
- improve support for dimmed flags (not yet properly functionning since this
dimm state is actually stateful, so some major refactorings are needed to
properly handle this).
| 26 | 1 | Use mbed 5.14 |
| 2 | ||
| 3 | For some reason I had to disable mbed-client-cli/ (multiple definition of `cmd' error at | |
| 4 | link time). | |
| 5 | Put a .mbedignore file in: | |
| 6 | ||
| 7 | $ cd /home/david/.platformio/packages/framework-mbed@6.51504.200716/features | |
| 8 | $ cat .mbedignore | |
| 9 | mbed-client-cli/* | |
| 10 | frameworks/mbed-client-cli/* | |
| 11 | ||
| 12 | see https://docs.platformio.org/en/latest/frameworks/mbed.html#ignoring-particular-components |