woju / hud

Heads-up display for your car
GNU Affero General Public License v3.0
15 stars 2 forks source link

Feature: Dissable Mirroring? #2

Open Jameswilsson opened 8 years ago

Jameswilsson commented 8 years ago

Hey there, i'd like to ask if you could add the possibility to switch the mirroring off to make this useful during daytime?

There is also no open-source speedometer on FDroid that offers a full-windowed display of the current speed (which yours does), so this would be handy to have.

If it is just a minor change in the code to disable the mirrored view, it would be great to point me in the right direction and i'll would compile it myself.

Thank you for your time!

woju commented 8 years ago

On Mon, Nov 30, 2015 at 02:18:34PM -0800, Jameswilsson wrote:

Hey there, i'd like to ask if you could add the possibility to switch the mirroring off to make this useful during daytime?

There is also no open-source speedometer on FDroid that offers a full-windowed display of the current speed (which yours does), so this would be handy to have.

If it is just a minor change in the code to disable the mirrored view, it would be great to point me in the right direction and i'll would compile it myself.

Sorry for the delay, but I was on a conference. In principle this is one small change, you can comment this line: https://github.com/woju/hud/blob/master/src/eu/woju/android/packages/hud/HudView.java#L55

As you can see in the comment, I intend to add some config, but given that I have no other things to configure (well, maybe the unit could be also configured), it's not a high priority.

Leaving issue open, to remind me when I'll create the configuration.

dancek commented 8 years ago

I'd like this too. I live near the arctic circle so in the winter it's always dark but in the summer it never is. :)

woju commented 8 years ago

On Mon, Apr 04, 2016 at 12:15:28AM -0700, Hannu Hartikainen wrote:

I'd like this too. I live near the arctic circle so in the winter it's always dark but in the summer it never is. :)

I'll see what I can do, but I don't have much time lately. It'll be done eventually.