Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

display totals for mAh, KMs, mins #160

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions _additions_to_osdconfig.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// display of TOTALS
#define TOTAL_AMPS true // set to false if you dont want to see this
#define TOTAL_AMPS_POS_X 19
#define TOTAL_AMPS_POS_Y 15
#define TOTAL_AMPS_SCALE 1

#define TOTAL_DIST true // set to false if you dont want to see this
#define TOTAL_DIST_POS_X 6
#define TOTAL_DIST_POS_Y 19
#define TOTAL_DIST_SCALE 0.8

#define TOTAL_TIME true // set to false if you dont want to see this
#define TOTAL_TIME_POS_X 19
#define TOTAL_TIME_POS_Y 19
#define TOTAL_TIME_SCALE 0.8
//---end of TOTALS
Loading