Were you at HauntX by any chance? I was there hunting for stars for our movie horrorween. I had asked about what type of CPU you guys were using. I was also one of the drawing winners
I had spent about 3 months learning and suffering up with 8051 code and Bascom. Sweet compiler, but some insane errors. If there is a Put#1 command to output the RS232 and the command generates an error every single compile, it gets a tad frustrating (had to go use the print command which does the same to get it running, and the examples and help file in the compiler all pointed to the erroneous command. This was like 5 or 6 commands. It was an uphill battle just to get things going).
that is why I decided to try the 134. everything in a single package and the programming I know, since I am doing a seperate pinball machine project using the 6502. Familiar territory.
did get your catalog with the DL16 relay board (guys, if you seriously want a good cheap relay control or control in general, check out Steve's line at
www.parallax.com). all good stuph.
the propeller is exciting as heck. there is one project I had been thinking of as well for using a Xilinx and RAM as a cheap NTSC graphics controller. nobody on the market today has a cheap command controllable graphics controller. what do you think about throwing one as an application to show off the Propeller?
specs:
Inputs available:
I2C
USB
RS232
8 bit parallel
outputs:
VGA
NTSC
command structure
GraphicModeSet(mode)
DrawLine(x1,y1,x2,y2)
Setgraphic(graphicnum,x,y,scaling)
MoveGraphic(graphicnum,startlocx,startlocy,velocityx,velocityy)
and so on...
have the graphics load into a flash or ram or an eprom onboard.
Reason I had those as a graphics set was based on some arcade game work I did years ago in several games. Makes a library that makes sense to me, thats all.
someone has a micro VGA controller, but I dont know the library output and the straight VGA mode is a slight pain to deal with.
Basic need. nobody has a cheap and bang for the buck graphics controller. from the raw power you have for Propeller, why not add it to your product line?
