1456
Other / Re: Your 83+'s display is too small?
« on: April 03, 2013, 02:02:12 pm »
It would still take about 0.5 s to update.
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. 1456
Other / Re: Your 83+'s display is too small?« on: April 03, 2013, 02:02:12 pm »
It would still take about 0.5 s to update.
1457
Other / Re: Your 83+'s display is too small?« on: April 03, 2013, 01:48:11 pm »
It would be slow as heck if it was sending data over the I/O port though. My custom link protocol can send max 2k every second. A color LCD of 320x240 with a color depth of 8 bits would be 76800 bytes. It would take 38.4 seconds to draw the entire screen. (add the time it would take for the arduino to that)
1458
Other / Re: Your 83+'s display is too small?« on: April 03, 2013, 09:35:17 am »
Lucky. My father brings in semi old PC's every once in a while. Semi old is the kind of old you have to upgrade in order to sell because nobody wants it
![]() 1459
Other / Re: Your 83+'s display is too small?« on: April 03, 2013, 09:18:19 am »
Using direct buffer reads will at least make this 8 times faster if not 16 times
![]() ![]() 1460
News / Re: TI-83 Plus moves to TI-84 Plus hardware worldwide !« on: April 01, 2013, 01:45:10 am »
Back at TI:
Boss:"We need a revolutionary new calculator before back 2 school 2013. We don't have a lot of time on our hands." Employee:"Let's put an 84+ inside a CSE case and call it the new 83+!" *Standing ovation* 1461
TI Z80 / Re: ORG: online Z80 IDE and assembler« on: March 31, 2013, 11:29:36 am »
Why does it mess with my capslock?
1462
Other / Re: Homebrew z80 computer [KEONI-MK1]« on: March 31, 2013, 02:58:32 am »
First I want to make the arduino sequence the programming cycle a bit better. Atm I have to control a lot by hand in order to reset. Once the program is loaded the atmegas will function as a serial interface connected to I/O port1 (port0 is for the LEDs) Then I can use a serial terminal to communicate with the z80 computer
1463
Music Showcase / Re: Keoni29's music topic« on: March 30, 2013, 05:29:46 pm »
Some nice suggestions. not sure wich one to pick. Keep em coming if you like.
1464
Other / Homebrew z80 computer [KEONI-MK1]« on: March 30, 2013, 05:20:36 pm »If you know a better name please tell me ![]() 1465
News / Re: 160x240 CSE scrolling speed test gives promising results« on: March 29, 2013, 12:26:48 pm »
It doesnt look like it though. You see that it's just one image, but it's stretched out to fill multiple screens. You can only scroll within the boundaries of the image in this demo.
1466
News / Re: 160x240 CSE scrolling speed test gives promising results« on: March 29, 2013, 12:16:56 pm »
Can it also repeat the image and stitch the ends together?
1467
Other / Re: TI84+ soundchip - arduino SID emulator« on: March 29, 2013, 09:30:37 am »
The sid library is timer interrupt driven and the link protocol is external interrupt driven. If you can figure out a way to use interrupts on the RPI you can try to port it.
1468
Other / Re: TI84+ soundchip - arduino SID emulator« on: March 29, 2013, 08:57:57 am »
Great! You can find the sourcecode and schematics here:
http://8times8.host56.com/?p=98 There is a zipfile with all the resources you need. 1469
Other / Re: TI84+ soundchip - arduino SID emulator« on: March 29, 2013, 08:33:49 am »
You do not need an arduino emulator, but you need something that emulates the SID soundchip and the link protocol.
1470
Minecraft Discussion / Re: Lua minecraft IRC server. (computercraft mod)« on: March 29, 2013, 05:31:02 am »
Here is the sourcecode for those who are interested:
IRCserver Code: [Select] SERVER = os.getComputerID() IRCclient Note: Change SERVER = 29 to the ID of the server computer. Code: [Select] SERVER = 29 I typed and debugged all of this using the ingame editor. It really sucks there are no linenumbers. Edit: There is just one glitch: You can join with a name that is taken, so for instance when Keoni29 is on the IRC another guy can impersonate me by joining with the same nickname. It's probably quite easy to fix, but I leave that to someone else. I have had enough of the tekkit lua programming. |
|