I am going to try to code a program that does the following (when run):
----
turn the screen black(graph with black background, whatever)

makes white text (in middle of screen) appear saying "Hey!"


----
I am using a ti-84 plus CE. Could you help me code this simple program?
Turn the screen black:

This one's easy. For the graphscreen, use BackgroundOn(BLACK).

Make white text:

More difficult. For "large"-size text, you can set TextColor(WHITE) and then display using Text([y position],[x position],"Hey!". However, that would make the text display on a gray block. You'll need to use either text sprites or library sprites to get a black background or display test larger than the "large" font.
  
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