6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sun Sep 29, 2024 3:40 pm

All times are UTC




Post new topic Reply to topic  [ 32 posts ]  Go to page Previous  1, 2, 3
Author Message
PostPosted: Fri Dec 01, 2017 3:58 am 
Offline
User avatar

Joined: Wed Nov 29, 2017 8:04 pm
Posts: 6
Super Awesome,

For anyone else who wants it, here is some basic to take a random string and display it for a few loops

Code:
9160 FOR Y5 = 0 TO 31: POKE BADR+Y5, $80: NEXT Y5
9170 S = RND(99*99)
9180 R = RND(S+R)
9280 I3$ = E$(INT(RND(S+R)*10)+1)
9290 FOR I1 = 1 TO LEN(I3$)
9300 POKE BADR+I1, PEEK(BF+(ASC(MID$(I3$,I1,1)) - 32))
9310 NEXT I1
9320 POKE $00E5,5
9330 FOR D2 = 1 TO 850
9340 FOR W2 = 0 TO 3: CALL $FD4F: NEXT W2
9350 NEXT D2
9360 POKE $00E5,$00
9370 RETURN


Top
 Profile  
Reply with quote  
PostPosted: Wed Feb 21, 2018 2:49 am 
Offline
User avatar

Joined: Wed Nov 29, 2017 8:04 pm
Posts: 6
So as an update, For defcon, I'm having a small wifi enabled Arduino connected to the badge's serial port and I'm making a simple BBS on the badge in basic, you can leave one-liners to be displayed on the badge when it's idle!

Ill release the code when I get it all finished up


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 32 posts ]  Go to page Previous  1, 2, 3

All times are UTC


Who is online

Users browsing this forum: No registered users and 20 guests


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 post attachments in this forum

Search for:
Jump to: