add font centering, minor fixes

This commit is contained in:
2020-01-12 13:10:11 +01:00
parent 09d2c5760a
commit 4e2992f244
4 changed files with 45 additions and 18 deletions
-3
View File
@@ -1,8 +1,6 @@
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include <freertos/timers.h>
#include "gui.h"
#include "nokia.h"
#include "liquid.h"
#include "drawing.h"
@@ -27,7 +25,6 @@ void gui_init() {
* 0b10 - knowb CCW
* 0b100 - button released
* 0b1000 - button pressed
* 0b10000 - ticker event
*
* @param arg
*/