12 Commits

Author SHA1 Message Date
661e1a2274 Add brake balance display 2022-03-24 17:48:03 +01:00
b5ece154c5 Lower tire temp green threshold 2022-03-21 17:19:38 +01:00
1fdadd8b85 Reduce flicker 2022-03-17 00:10:41 +01:00
197b805f35 Display fuel pressure 2022-03-16 16:13:50 +01:00
37123a43e8 Alternate color of testing view rows 2022-03-14 14:30:33 +01:00
fc65d22450 Rename driver/testing pages to views 2022-03-14 14:06:52 +01:00
4de2baa867 Don't clear display periodically 2022-03-13 21:07:44 +01:00
41d3bd907e Format everything
The next commit will add this to a `.git-blame-ignore-revs` file which
you can use to ignore this commit when running git blame. Simply run

    git blame --ignore-revs-file .git-blame-ignore-revs [...]

Or configure git to persistently ignore the commit:

    git config blame.ignoreRevsFile .git-blame-ignore-revs
2022-03-13 20:30:14 +01:00
3cf68cd3cb Add more values 2022-03-13 19:57:34 +01:00
373266f6be [WIP] Major rewrite of display code
Currently, the displayed values are hardcoded
2022-03-13 18:18:11 +01:00
f62f264b29 Implement some EDIPTFT commands 2022-03-13 18:17:41 +01:00
jvblanck
4faddf9248 Initial commit
This is just the 2018 code configured for PlatformIO
2021-06-15 19:42:00 +02:00