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

Pages: [1] 2
1
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 24, 2011, 07:45:28 pm »
Oh, I see critor - that makes good sense (although I'm pretty sure that ExtendeD already mapped arrows to keys. See this post: http://ourl.ca/8160/158349).

2
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 24, 2011, 07:29:42 pm »
Sry to repeat myself, but since ExtendeD have no incentive to work on the Touchpad arrows (he doesn't have one), do you think we could do this instead:

Quote
In the meantime, I think that the number keys may actually be easier to use. But do you think it would be possible to move the down arrow to 5? If you're using one hand, the key in the middle makes it hard to use the keys as a joypad.
So:
....8...
.4.5.6.

8 = up
4 = left
5 = down
6 = right

and then maybe make click "2".

Have any apps other than block dude been compiled with this configuration, so arrows keys work? (i.e., gbc4nspire or nespire)

3
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 22, 2011, 07:46:46 pm »
In the meantime, I think that the number keys may actually be easier to use. But do you think it would be possible to move the down arrow to 5? If you're using one hand, the key in the middle makes it hard to use the keys as a joypad.
So:
....8...
.4.5.6.

8 = up
4 = left
5 = down
6 = right

and then maybe make click "2".

Have any apps other than block dude been compiled with this configuration? (i.e., gbc4nspire or nes)

4
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 03, 2011, 10:15:56 pm »
For now, the arrow keys on the number pad is actually fine as it's easy for the hand to grip. Just map down to 5 instead of to 2 so it's easier to control with one finger.

5
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 03, 2011, 04:30:15 pm »
Yeah true, but PTT is there to not let you open documents other than for the calculator's functionality. This can include forbidding opening documents with CAS/other tools.

6
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 03, 2011, 04:27:21 pm »
^^ Don't bother. PTT is there for a reason. You're testing, not playing GBC.

7
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 30, 2010, 10:23:25 pm »
BTW: In the meantime, can I suggest to map the down arrow to 5 (instead of to 2), and the Click to something else?  It's just that for the current apps like Block Dude/GBC/NES, you need to use the "arrow" keys to walk, and the click in the middle makes it hard to control the joystick with just one hand.

8
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 30, 2010, 06:40:45 pm »
Great! Take your time... I myself am burdened with assignments. :( No hw for AP Calc though! :P

9
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 30, 2010, 06:28:30 pm »
Awesome, thanks! Now I have one game working on my calc before New Year's!


EDIT: apcalc - it works!  :evillaugh: But one thing, the password for Level 2 contains theta, which Nspire CAS does not have (or does it? using the ti.bank keymap?)

10
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 30, 2010, 06:23:26 pm »
So all the current apps must be rebuilt in order to work with the new key configurations?  Are there any updates on this yet?

11
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 27, 2010, 08:00:31 pm »
Well.. the repositories did.  You have to build it from source, and it's currently not stable (works for many programs, but crashes on others, and some keys are scrambled).  Still, I'm too amazed at the alacrity of the developers.

12
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 25, 2010, 02:20:32 pm »
Thanks bsl.  I got through that part but now I'm getting

Quote
arm-none-linux-gnueabi-objcopy -O binary ndless_core.elf ndless_core.bin
stage2_hexsize=`wc -c ndless_stage2.bin | cut -f1 -d' ' | xargs  printf '%04x'` \
   && test -n "$stage2_hexsize" \
   && echo -e -n "\x${stage2_hexsize:2:2}\x${stage2_hexsize:0:2}\x00\x00" > ../calcbin/ndless_resources.tns
/bin/sh: Bad substitution
make[1]: *** [ndless_resources.tns] Error 2
make[1]: Leaving directory `/home/cs/trunk/arm'
make: *** [subdirs] Error 1

Do you think it would be possible to put something like this into common.h?

Code: [Select]
#define KEY_NSPIRE_UP         KEYTPAD_(0x1C, 0x040, 0x18, 0x040)
#define KEY_NSPIRE_RIGHT      KEY_(0x14, 0x008)
#define KEY_NSPIRE_DOWN       KEY_(0x14, 0x080)
#define KEY_NSPIRE_LEFT       KEYTPAD_(0x1C, 0x010, 0x18, 0x020)

I think it should work based on the map at http://tibank.forumactif.com/t6325-ndless-17-sur-cas-touchpad

13
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 25, 2010, 12:16:07 pm »
For now, while the keypad isn't working, would it be possible to just map the arrow keys to the numbers?

i.e., map up to 8, down to 5, left to 4, and right to 6?

EDIT: I tried compiling myself on Ubuntu, but I'm getting
Quote
utils_light_thumb_os-1.7.o: In function `ut_calc_reboot':
utils.c:(.text+0xcc): undefined reference to `__builtin_unreachable'

so if anyone could try doing the above that'd be cool in the meantime

14
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 24, 2010, 01:06:11 pm »
Shrear, can't there just be two separate files then, like one for CAS and nonCAS, and then also for Touchpad and Clickpad?

Also, don't the arrow keys work on the Touchpad non-CAS; they're just scrambled? So why don't they work on CAS?

Btw apcalc has 666 posts! (devil :P)

15
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 24, 2010, 10:12:51 am »
(I have CAS Touchpad) The OS works fine - no keys are scrambled.  Touchpad doesn't work in asm programs, idk about keys.

Anyways, I did some more tests: (apps from ticalc)

ncaster/floorcaster 0.3 - app runs, but nothing on screen changes (it's like a transparent app or something)
ncaster 0.2.2 - crash
nespire - works (arrow keys don't, of course)! But yeah, here some keys are scrambled: Pause is not 'p' but actually 'EE'.  Reverse colors is not 'r' but 'o'. And quit is not 'q' but 'n'.
snake - crashes (prob. not ndless 1.7)
ChipsChallenge alpha1 - crash

I'm guessing different addresses/layout need to be found for CAS Touchpad.

Pages: [1] 2