-
Notifications
You must be signed in to change notification settings - Fork 2
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
Interrupt-based events (like grayscale) #17
Comments
|
That's not a thing that |
Ah okay. What if grammer had a built in Grayscale tuner? Off topic... Back on topic...
With a little routine that increases and decrease the the
However if I used Ans it worked! |
Oh, I know exactly what's wrong, thanks! I'll fix this later today, thanks! |
No problem. |
I attempted this in the past and it broke quite a bit (you can see in the source file a commented out
#define "include_interrupt"
if you want to mess around with it yourself).I think I forgot to disable interrupts for each
bcall()
and that may have caused it. In any event, I'm making this issue to keep it on my mind. I'll tie theFunc
command to this somehow, and I'm trying to decide if I should explicitly include a grayscale routine that uses this (or if the user should just use theFunc
command to achieve this).Just an idea/feature request.
The text was updated successfully, but these errors were encountered: