- TV Static(kind of) in BASIC
- 11 Mar 2015 08:06:32 pm
- Last edited by Michael2_3B on 11 Mar 2015 10:45:37 pm; edited 2 times in total
This has been tested on the 83+ and 84+ (Monochrome)
You guys have probably discovered this a long time ago, but here's the concept: If the graph screen is filled with black pixels, then switching from the graph screen to the home screen causes a little graphical bug. Using this bug, I have made a very simple program that constantly switches back and forth:
Code:
prgmASM just fills the graph screen with black pixels:
Code:
Using this, you can get a cool effect:
jsTIfied doesn't replicate it exactly as I see it on my calculator, but it's pretty close. Each individual calculator will most likely display it slightly differently, but you can still get the effect on both the TI-83/84+. Also, I have tested that ClrHome looks better on the 83+, and using Disp looks better on the 84+. It could be different for everyone, however, seeing as this is kind of a **bug**.
You guys have probably discovered this a long time ago, but here's the concept: If the graph screen is filled with black pixels, then switching from the graph screen to the home screen causes a little graphical bug. Using this bug, I have made a very simple program that constantly switches back and forth:
Code:
:Asm(prgmASM //alternatively, you could do "Shade(Ymin,Ymax)" but that is way slower
:Repeat getKey
:ClrHome //alternatively, you could do "Disp "
:DispGraph
:End
prgmASM just fills the graph screen with black pixels:
Code:
:AsmPrgm210000115F3FEF624DC9
Using this, you can get a cool effect:
jsTIfied doesn't replicate it exactly as I see it on my calculator, but it's pretty close. Each individual calculator will most likely display it slightly differently, but you can still get the effect on both the TI-83/84+. Also, I have tested that ClrHome looks better on the 83+, and using Disp looks better on the 84+. It could be different for everyone, however, seeing as this is kind of a **bug**.