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

Adding a Heads Up Display #4178

Closed
wants to merge 14 commits into from
Closed

Adding a Heads Up Display #4178

wants to merge 14 commits into from

Conversation

haspden
Copy link

@haspden haspden commented Jan 2, 2019

Adding a Heads up Display page as per
https://diabeat-this.com/xdrip-car-hud-head-up-display-page/

This allows for the time & BG values to be shown on the windscreen of a car without cluttering the drivers view.

This is simply using css changes with scale to perform verticle flipping (across the horizonatal (X) axis.

Added the following code to the body css section & changed the font color to #ffffff

-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);

sulkaharo and others added 14 commits August 5, 2018 12:42
German language change. Name too long, please switch back to BWP
Added notes on expectations on Pull Requests
Added note on README updates
Clarified plugins, bug fixing parts
Adding Heads Up Display for use whilst driving
Adding Kindle for older kindle paperback/touch devices which can't use the jquery/ajax requests on current clock.
Adding a heads up display view to the app
unnecessary clock removed from HUD view
@unsoluble
Copy link
Contributor

unsoluble commented Jan 3, 2019

Note that the clock in here (if it's going to remain) is going to have the same 24h display problem that's fixed over in #4162 — should probably incorporate those fixes at least as a temporary measure until we get all the clocks unified as Pieter suggests.

(If the clock isn't going to remain, let's remove all of the related code, and not just the div.)

@haspden
Copy link
Author

haspden commented Jan 3, 2019

@unsoluble the clock was ditched in the latest version. Realised it was unnecessary. Although the script is still there the DIV doesn't exist any more. So the 12/24 hour clock issue isn't present

@unsoluble
Copy link
Contributor

Okay, if the clock is going to go, best to remove all reference to it.
(And I think your branch conflicts here are a result of working off a non-up-to-date dev branch.)

@haspden
Copy link
Author

haspden commented Jan 3, 2019 via email

@unsoluble
Copy link
Contributor

Can just close it with the button at the bottom of this page on GitHub. PR the current /dev into your own dev, create a new clean HUD branch off that, then PR that into the upstream dev.

@haspden
Copy link
Author

haspden commented Jan 4, 2019

Thanks @unsoluble

@haspden haspden closed this Jan 4, 2019
@haspden haspden deleted the patch-3 branch January 4, 2019 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants