Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Hexatron

Pages: 1 ... 3 4 [5] 6
61
TI-BASIC / Re: QR Converter
« on: November 24, 2013, 03:46:23 am »
I was thinking about it, but the problem is the size of the code. You'd have to resize it, which would be hard enough, then, you would have to decode it, which would stink for me because it would take years in TI-BASIC. I'd have to be ASM.

62
TI-BASIC / Re: QR Converter
« on: November 24, 2013, 12:52:14 am »
I'm not on that often during the day so I couldn't unlock the thread until now. :( Thanks, though. It turns out your beta IViewer was better because of the fact I could put a whole splash screen onto the homescreen. Plus, with your APP, everything stays in the ARC, and only ended up using 9k bytes with the highest colour setting. Turns out I never knew how much space pxl-on / pt-on commands took up  *.*

63
TI-BASIC / Re: Convert an image to pt-on commands?
« on: November 23, 2013, 08:30:41 pm »
Well I tried using an ImageVar anyway. Image was 265x165. Just enough for the calculator. It got scaled and all blurred.
EDIT : I'll just use AssemblyBandit's IViewer lib.

64
I remember seeing this a while back.
The problem is the cartridge doesn't have access to the GBA firmware, or does it?
Imagine a calculator emulator on GB :P

EDIT : Sorry for the bump  :(

65
TI-BASIC / Re: Convert an image to pt-on commands?
« on: November 23, 2013, 04:38:57 pm »
Thanks for the help anyway, I now know how to do it on grayscale. :)
Still wish there was an easier way then hard coding 4x4 pxl-on commands.

66
TI-BASIC / Convert an image to pt-on commands?
« on: November 23, 2013, 11:49:31 am »
Today I wanted to make a QR-Code that would work on my TI-84+CSE.
However, because of the large size of image and pic vars, I wanted to make the image into pt-on( commands.
However, I am too lazy to hard code it :X
So I was wondering if there was a program to do it for me.
I already tried SourceCoder, but it just gives my AXE hex data.
So is there a way to do this, or am I going to have to do it all manually?

67
News / Re: Char viewer discovered in 84+CSE OS
« on: November 16, 2013, 07:59:02 pm »
Ah ok ;)
Still awesome though.
Also,
TI WHY U NO USE THIS SHADING NORMALLY:

Also pressing number keys gives a validation error.

68
News / Re: Char viewer discovered in 84+CSE OS
« on: November 15, 2013, 10:37:40 pm »
Is there a way to copy/paste them, or do they just sit there. Because if I can't put them on the homescreen, they are useless.

69
TI-BASIC / Re: TI-83+/84+ (SE) BASIC Tips, Tricks, and Routines
« on: November 13, 2013, 08:05:42 pm »
Convert Hex to Dec
Code: [Select]
DelVar SInput Str1
For(I,1,length(Str1
inString("0123456789ABCDEF",sub(Str1,I,1))-1 -> C
S+C16^(length(Str1))-I -> S
End
S

70
Miscellaneous / Re: A Note to all you new users.
« on: November 13, 2013, 07:56:42 pm »
I remember in 2010 when I saw the Pokemon Purple thread and i've been lurking here ever since :P
It was only this year when I got my Ti-84.

71
Miscellaneous / Re: Post your typing speed
« on: November 13, 2013, 07:31:20 pm »
Wtf.. I swore I only got five words wrong...

Visit the Typing Test and try!

72
Gaming Discussion / Re: Your best video game pickups.
« on: November 09, 2013, 05:54:21 pm »
I hope you got E.T for free. :P
3.93 :)
I bought it so I could experience the crap for myself.

73
Gaming Discussion / Re: Your best video game pickups.
« on: November 09, 2013, 05:38:17 pm »
I got this game from http://www.mckaybooks.com/ McKay Book store
Helluva deal :

74
Art / Re: General purpose art thread
« on: November 05, 2013, 08:54:30 pm »

If only I had the skills to mod this into the OS.

75
News / Re: Doors CSE 8.0 Release Candidate 1
« on: November 05, 2013, 07:02:02 pm »
Hexatron, that sounds like a bug that was in an old version of Doors CSE; what build number do you have?

Edit: DJ_O, thanks anyway.

Build 1282, RC2.
Something else weird happened to me today, I don't know if it was because of MicrOS or Doors, but my calc got stuck in an infinite "ERR :  ?" loop with the only option QUIT, which lead to the same error, and I had to hit the reset button on the back.

Pages: 1 ... 3 4 [5] 6