README

Sat, 07 Nov 2020 19:20:39 +0100

author
David Douard <david.douard@sdf3.org>
date
Sat, 07 Nov 2020 19:20:39 +0100
changeset 45
2da50a3d4e9f
parent 26
86f099bda525
permissions
-rw-r--r--

Adjust font rendering

- fix +, -, and ' ' so they habe the same width
- add a method to move the current location for a given char (without drawing it)

Use mbed 5.14

For some reason I had to disable mbed-client-cli/ (multiple definition of `cmd' error at
link time).
Put a .mbedignore file in:

$ cd /home/david/.platformio/packages/framework-mbed@6.51504.200716/features
$ cat .mbedignore
mbed-client-cli/*
frameworks/mbed-client-cli/*

see https://docs.platformio.org/en/latest/frameworks/mbed.html#ignoring-particular-components

mercurial