1696
Humour and Jokes / Re: The scariest computer ever.
« on: August 09, 2010, 08:09:20 pm »
That IS going a bit far.
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. 1696
Humour and Jokes / Re: The scariest computer ever.« on: August 09, 2010, 08:09:20 pm »
That IS going a bit far.
1697
TI-BASIC / Re: Why never to use Goto.« on: August 09, 2010, 08:05:00 pm »
lol!
When I was a total noob, I used gotos before I learned about while and repeat. 1698
TI-Nspire / Re: Nspire Raycaster« on: August 09, 2010, 02:15:26 pm »
I have two questions about the engine:
A. How does the engine react to non-square textures? B. Is there a way to disable sprite drawing? (Having nothing in the sprite struct gives an error) 1700
Other Calculators / Re: ti-nspire google group« on: August 09, 2010, 01:34:09 pm »
Agreed. Open spurce software is less buggy because more people have the opportunity to catch it and fix it.
1701
TI-Nspire / Re: Nspire bmp viewer« on: August 09, 2010, 01:05:53 pm »
I just had another idea-256 level grayscale!
1702
TI-Nspire / Re: Nspire bmp viewer« on: August 09, 2010, 12:17:16 pm »
Still, actual dithering wouldn't be too hard to implement.
1703
Other Calculators / Re: ti-nspire google group« on: August 09, 2010, 12:13:59 pm »
lol that would be epic
1704
TI-Nspire / Re: Nspire bmp viewer« on: August 09, 2010, 12:01:04 pm »
I think that dithering was from the screenshot program-it is dithered in the border of the emulator.
1705
[OTcalc] ARM-Hardware / Re: Major OTARM calc changes!« on: August 09, 2010, 11:57:17 am »
Oh, I see. Its too bad the smallest cursor size is 32x32. Also, have we decided what size of display we're going to use? 480 x 320 would be nice.
1706
[OTcalc] ARM-Hardware / Re: Major OTARM calc changes!« on: August 08, 2010, 04:28:34 pm »I took a closer look at the LPC313x, and it doesn't appear to include the PrimeCell PL110. Instead, it seems to have its own LCD controller that requires manual output (unless you set up a DMA to do so). I'm not sure what types of LCDs it supports. But otherwise, the LPC313x looks pretty good. It supports High Speed USB 2.0 OTG and SD/MMC, among other things. It is clockable up to 180MHz. And I just found a site that lists the price at $7. Seems like a pretty good dealThat's great! However, is the LCD controller any better for this one? 1707
[OTcalc] Z80-Software / Re: OT Basic« on: August 08, 2010, 03:27:18 pm »For data structures, I think it should have more standard data type support, aka, instead of lists and matrices, have multidimensional arrays. It should also of course have things like strings and numbers, not sure whether it would be advantageous to have separate int types, etc, but I would guess not.I don't think we should have different number types, rather, just a float that applies to all numbers, like in TI-basic Strings are fine, they could be used in say, a dictionary program. For variables, I think they should be done similar to C, where they are declared, and can have any name, and be any type (number, string, list, matrix, etc.) Control statements: If, Else Elseif, For, While, Break, Try (executes block of code, error code, if any, stored in a variable), Goto, and anything else useful. Operators: +-*/, negative sign, exponent carat, <>=, assignment, not, and, or, xor, not-variants. I/O: Getkey, Link(sends/recieves 1-byte codes on the link port), pixel-commands, line, circle, polygon, draw function, draw sprite, scroll screen, and so on and so forth. 1709
News / Re: Ndless v1.1 released« on: August 08, 2010, 12:35:39 pm »
Instead of using TI's linking libraries, why not use TILP's? Then, you can also get permission to distribute those with the installer.
1710
[OTcalc] ARM-Hardware / Re: Options for ARM calc.« on: August 08, 2010, 12:19:31 pm »
I would rather have a regular SD slot than microSD, they're cheaper, and not all that big.
A backlight would be nice, provided there's variable brightness. Micro USB is a no-brainer, we can then have the calc act like a USB mass storage device. I voted for a 3.5mm link port, as the cables are more common, and we won't need an adapter to use headphones. A 3.5 male to 2.5 male should be included if we want to connect with TI calcs. There shouldn't be a touchscreen, this is a calc after all. This calc should be powered by AA batteries, they're cheaper and hold more power. For built in charging, the user should select if they have rechargeable batteries or alkaline, and if they can be charged, the OS can let them be charged from the usb port. |
|