I'm looking for a code or program that will create blinking text, flash the screen (once), or even create fading text using a TI-84 Plus calculator.

I'm working on a very simple program right now as a pass time thing and I'm stuck on this. I plan to use one of them as a way of notifying the user of something.The program I'm making uses the graph instead of the home screen if that helps.

Also, I'm curious if there's a way to code blinking text on the graphing screen that wont delete/clear any pixels or lines that are currently there

I've searched everywhere online with no luck whatsoever. The closest thing I've found was asking about blinking text on the graph screen, but the code they provided didn't work (probably outdated by now).

TL;DR: I need a code that will blink text, flash the screen, or fade text on the graph screen without deleting anything already there.

If there's no way of doing it without deleting anything, I'll still take any code regardless.

Any help is appreciated!
Here’s something that might work.


Code:

ClrDraw
Circle(0,0,5
StorePic 1
For(A,1,5
ClrDraw
RecallPic 1
End
Alternatively, you could use a bunch of spaces, like this:


Code:
For A,1,10
Text(Y,X,"[Text]
Text(Y,X,"[spaces]
End


Just remember the number of spaces is the number of pixels, not the number of characters.

You could also include rand(10 or something in between, so the user can actually read the text.

Hope this helps!

Edit: If you want to make it fade, you will have to use ASM codes to dim the whole screen, which wouldn't really be practical, but it is possible.
Yeah I figured as such regarding the fading text idea.
What I'm doing is a sort of drawing thing, but obviously it'll be different from the existing ones, so I want to be able to store a drawing on a key press and have some way to let the user know it stored it (that's where the flashing or blinking things come in)

I have all the code done except the part to alert them when a pic is stored.

I've also read about similar ideas before but they weren't exactly useful for what I'm doing.

Here's an old thread about blinking text that I read and had no good results with.

https://www.cemetech.net/forum/viewtopic.php?t=12179&start=0

Thanks for the help though, I'll definitely see if I can implement them in any way or not.

Any other help will be greatly appreciated!
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement