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 - apcalc

Pages: 1 ... 68 69 [70] 71 72 ... 96
1036
News / Re: I'm leaving from staff
« on: September 13, 2010, 02:50:51 pm »
:(

It is sad to see you leave, Silver Shadow.  I am happy you will remain on the board still, though!

1037
Miscellaneous / Re: Now that life is good, I'm back early
« on: September 13, 2010, 02:49:06 pm »
Welcome back Hot_Dog!

Have a bag of the new, limited edition Blue Lobster peanuts!


1038
Calculator C / Re: Post your Nspire routines here!
« on: September 12, 2010, 05:44:57 pm »
Here is a simple routine to set the LED a certain color.  It does not support blinking.  I know it is kinda useless, but I though I would post it anyway.  Pass it 0 to turn the LED off, 1 to make it green, 2 to make it red, or 3 to make it yellow:

Code: [Select]
void set_led(int color) {
*(volatile unsigned*) 0x90110B00=0x00;
switch(color) {
case 0:
break;
case 1:
*(volatile unsigned*) 0x90110B00=0x10;
break;
case 2:
*(volatile unsigned*) 0x90110B00=0x20;
break;
case 3:
*(volatile unsigned*) 0x90110B00=0x30;
};
}

1039
Introduce Yourself! / Re: Well hi there.
« on: September 12, 2010, 05:20:35 pm »

1040
Other Calculators / Block Dude
« on: September 12, 2010, 04:00:06 pm »

1041
General Calculator Help / Re: Nspire OS v. 1.7
« on: September 12, 2010, 09:30:26 am »
I am currently using 1.1, and I believe that is powered through the USB with batteries removed.

1042
DJ, I just went to the manufacturer of the peanuts, and I found this new, very limited bag!  I grabbed all of them!  Enjoy your bag!! :)


1043
Other Calculators / Re: Best TI-89 (Titanium) Shell?
« on: September 11, 2010, 07:58:03 pm »
Hmmm...

I have always been satisfed with the var-link menu, so I have never really looked into something like this.

Do you like the apps desktop?  Here is something that allows you to add regular programs to that:
http://www.ticalc.org/archives/files/fileinfo/284/28443.html

1044
TI-Nspire / Re: RPG Style Health Bars for the TI-nspire!!!
« on: September 11, 2010, 02:28:01 pm »
For math programs, Nspire BASIC is fine (with the exception of dialog boxes, which I predict will be added soon).  As far as games go, as DJ said, there are no graphical functions.  Some Nspire BASIC programs use the geometry stuff to add graphics, but they can only be changed by a actual function/program in a calculator page(play one of the Nspire BASIC games on ticalc.org to get a better idea of what I mean).

1045
TI-BASIC / Re: "Hide" sourcecode in nspire
« on: September 11, 2010, 01:51:25 pm »
Yes, you can delete the source code pages, but they can be reopened by any user by pressing ctrl, i, esc, doc, 4, 9, 2, <program name>

1046
TI-BASIC / Re: "Hide" sourcecode in nspire
« on: September 11, 2010, 01:38:15 pm »
I don't think there is any way to do this.  Actually, the Nspire makes it much harder than other calcs to access the code, provided that you delete the pages that have the source and just keep it stored as a var.

1047
Calculator C / Re: Post your Nspire routines here!
« on: September 11, 2010, 09:18:06 am »
I assume it will run something like Nleash-you send it to the calc, run the document, and it does its stuff! :D

1048
Calculator C / Re: Post your Nspire routines here!
« on: September 11, 2010, 09:16:24 am »
Ok, thats fine ExtendeD!

I don't mind downgrading my link software, I just thought I would point out the bug.
Thank you for your hard work for the community! :)

1049
Miscellaneous / Re: It seems I owe you an explanation
« on: September 11, 2010, 09:00:02 am »
Good Luck {AP}!

1050
Calculator C / Re: Post your Nspire routines here!
« on: September 11, 2010, 08:52:41 am »
ah, but ndless does work with ti-nspire computer link 1.4. Ndless 1.1 that is. 1.0 doesn't work.

I just tried it the other day.  It did not work for me at all with 1.4 (mutiple tries and copies of Ndless from different sources).  I downgraded to Link 1.3, and it worked fine.

Pages: 1 ... 68 69 [70] 71 72 ... 96