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

how to deactivate slot machine effect an date #14

Open
Gauner101184 opened this issue Feb 13, 2019 · 7 comments
Open

how to deactivate slot machine effect an date #14

Gauner101184 opened this issue Feb 13, 2019 · 7 comments

Comments

@Gauner101184
Copy link

Hi,

i want to deactivate slot machine effect and showing date.
Which lines i have to change in source code for disabling these features?
I only want to show actual time without any effects.

@Gauner101184 Gauner101184 changed the title how to deactivate slot machine effect how to deactivate slot machine effect an date Feb 13, 2019
@h3xcat
Copy link

h3xcat commented Feb 14, 2019

I wouldn't recommend this, as it would drastically decrease the lifetime of your nixie tubes.

@afch
Copy link
Owner

afch commented Feb 14, 2019

If You still want this, You need to find and comment the string like this:
if ((menuPosition == TimeIndex) || (modeChangedByUser == false) ) modesChanger();

@Gauner101184
Copy link
Author

Gauner101184 commented Feb 15, 2019

If You still want this, You need to find and comment the string like this:
if ((menuPosition == TimeIndex) || (modeChangedByUser == false) ) modesChanger();

Thank you.
It works fine.

@z0ne123
Copy link

z0ne123 commented Jan 13, 2020

If You still want this, You need to find and comment the string like this:
if ((menuPosition == TimeIndex) || (modeChangedByUser == false) ) modesChanger();

Is it also possible to leave in the slotmachine effect for anti-poisoning and disable everything else. So the clock only displays time and every once in a while does a slotmachine effect. Thanks

@afch
Copy link
Owner

afch commented Jan 14, 2020 via email

@z0ne123
Copy link

z0ne123 commented Jan 14, 2020

Yes, it is possible.

Can you elaborate how? I can't figure out how to do it in the regular settings (https://gra-afch.com/downloads/manuals/user-manuals-for-nixie-tubes-clocks-2/#more-12557) I have some basic programming skills, but I don't know what edits I have to do to get this to work!

I commented this line at the moment :
// if ((menuPosition == TimeIndex) || (modeChangedByUser == false) ) modesChanger();

But this disables all except the time, slotmachine is disabled as well now.

@afch
Copy link
Owner

afch commented Jan 16, 2020 via email

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

No branches or pull requests

4 participants