Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
TI-BASIC
»
8-level gray scale on the TI-83+?
« previous
next »
Print
Pages: [
1
]
2
Go Down
Author
Topic: 8-level gray scale on the TI-83+? (Read 5719 times)
0 Members and 2 Guests are viewing this topic.
4ce_labs
Guest
8-level gray scale on the TI-83+?
«
on:
April 07, 2006, 02:21:00 am »
some how, (by accident)
I was able to make a basic program
that displays 8-level gray-scale? :
:
I wasent able to take a screen shot using TI-connect,
so I used PINDAR....
(8-level 83+ basic gray scale, with out x-libs impossibel?) O_O
NO!
here are the screen shots:
the title flashes in up to 8 diffrent shades of gray scale! :psychedelic:
but x-libs is way more ez to use!
I'm not trying to brag, I just thought it was kind'a cool :ph43r:
(check out more 83+ programs by 4ce_labs @
http://www.angelfire.com/planet/4ce/
)
Logged
Spellshaper
LV10
31337 u53r (Next: 2000)
Posts: 1690
Rating: +0/-0
This is me. Or maybe not.
8-level gray scale on the TI-83+?
«
Reply #1 on:
April 07, 2006, 03:21:00 am »
duuude!!! no fake? wanna know how ^^
Logged
4ce_labs
Guest
8-level gray scale on the TI-83+?
«
Reply #2 on:
April 07, 2006, 04:50:00 am »
works best with nothing els in ram!
then download a mostly black pic as PIC1
then scrol down to the
******************
for the rest of the instrustions
or if you don't have one:
axis must be off!!!
set your window to:
c1-->
CODE
ec1
xmin=-10
xmax=10
ymin=-10
ymax=10
c2
ec2
then goto shade in the draw menu and make the screen look like:
c1
-->
CODE
ec1
shade(-54125+10,15)
c2
ec2
then press enter and the screen sould turn black!
then
save it as pic 1
*****************
then make a new program and call it GRAY8
and type
c1
-->
CODE
ec1
:DelVar Y1
:AxesOff
:ClrDraw
:->x
::"programed by 4ce Labs
:While x (not equle to ) 21
:RecallPic 1
:ClrDraw
:RecallPic 1
:ClrDraw
:RecallPic 1
:getKey->x
:end
c2
ec2
then run it!
it should look like:
if you use this program or screen shots
give me credit plese
did it work for you?
Logged
Spellshaper
LV10
31337 u53r (Next: 2000)
Posts: 1690
Rating: +0/-0
This is me. Or maybe not.
8-level gray scale on the TI-83+?
«
Reply #3 on:
April 07, 2006, 05:08:00 am »
... nope, doesn
Logged
4ce_labs
Guest
8-level gray scale on the TI-83+?
«
Reply #4 on:
April 07, 2006, 05:20:00 am »
did you have any thing in your ram?
try with nothing but pic1
and the program
(make shure axis anp plots are off)
Logged
Spellshaper
LV10
31337 u53r (Next: 2000)
Posts: 1690
Rating: +0/-0
This is me. Or maybe not.
8-level gray scale on the TI-83+?
«
Reply #5 on:
April 07, 2006, 05:26:00 am »
Yeah I did that... still no the desired effect... ah well...
Logged
4ce_labs
Guest
8-level gray scale on the TI-83+?
«
Reply #6 on:
April 07, 2006, 05:38:00 am »
sorry, It worked for me.
Logged
Spellshaper
LV10
31337 u53r (Next: 2000)
Posts: 1690
Rating: +0/-0
This is me. Or maybe not.
8-level gray scale on the TI-83+?
«
Reply #7 on:
April 07, 2006, 06:21:00 am »
np...
Logged
Radical Pi
LV9
Veteran (Next: 1337)
Posts: 1143
Rating: +5/-2
8-level gray scale on the TI-83+?
«
Reply #8 on:
April 07, 2006, 08:12:00 am »
Not on an 84+SE...and cleared Ram.
But a Disp :DispGraph loop looks cool.
Logged
One of these days I'll get a sig I'm really proud of.
kalan_vod
LV11
Super Veteran (Next: 3000)
Posts: 2715
Rating: +10/-0
8-level gray scale on the TI-83+?
«
Reply #9 on:
April 07, 2006, 08:44:00 am »
This isn't new, and isn't flickerless though. Like Radical Pi said, use Disp :DispGraph would work better/faster.
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
8-level gray scale on the TI-83+?
«
Reply #10 on:
April 07, 2006, 11:33:00 am »
I had this effect in half of my old RPGs, looked cool on OS 1.12 for the 83+ (on newer os it ran slower)
Logged
CDI
Guest
8-level gray scale on the TI-83+?
«
Reply #11 on:
April 08, 2006, 06:06:00 am »
This method was used in FFR, FFR2 and prefected in FFRSE for best bg/font combos
Logged
kalan_vod
LV11
Super Veteran (Next: 3000)
Posts: 2715
Rating: +10/-0
8-level gray scale on the TI-83+?
«
Reply #12 on:
April 08, 2006, 06:36:00 am »
Turn your contrast up all the way on your 83+, as it will produce a yellow looking effect (kinda).
Logged
CDI
Guest
8-level gray scale on the TI-83+?
«
Reply #13 on:
April 08, 2006, 07:34:00 am »
c1-->
CODE
ec1
:ClrHome
:ClrDraw
:FnOff
:PlotsOff
:AxesOff
:RecalPic 1
:Repeat getkey
:Disp
:DispGraph
:End
c2
ec2
Logged
Liazon
Guest
8-level gray scale on the TI-83+?
«
Reply #14 on:
April 08, 2006, 03:47:00 pm »
QuoteBegin-4ce_labs+-->
QUOTE
(4ce_labs)
O_O
wow, that's insane. And without any libraries either? or Xlib?
Logged
Print
Pages: [
1
]
2
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
TI-BASIC
»
8-level gray scale on the TI-83+?