Best Tile/Sprite Driver for 3.5" LCD
awesomeduck
Posts: 87
Does anyone have any experience with the Parallax 3.5" Color LCD display and the Hydra/Prop? The Hydra book is pretty specific that the tile driver in the Pac Man like demo is not designed for work with LCDs. I was wondering if anyone has had any luck getting the Parallax display running with 8 or more sprites.
Thanks for any help.
Thanks for any help.
Comments
as for sprites, are you wanting real sprites, as in their own palettes, etc, and what size sprites? there are a few that have been done on the forum and posted.
DodgyKong for instance has more than 8 16x16 sprites and that should work on the LCD.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
http://www.propgfx.co.uk/forum/·home of the PropGFX Lite
·
I have been playing with the Parallax 3.5" LCD and find that some of the games on the Hyrda CD look great, others ok, and some do not sync. Kong looks ok. The Pacman like tile and sprite demos look ok, but oddly the dots (no pixels, the dots in the game that the pacman eats) near the center of the screen have some ghosting. Each dot in the middle area of the screen ends up looking like two dots.
Has anyone tuned the HEL tile and sprite driver for the LCD?
The Kong driver would be ideal, but I am having a hard time following the code. I am hoping to use a sprite and tile setup not for a game, but for a real time data display that shows lots of moving meters/indicators. The 8 x 8 pixel tiles on Kong would be ideal, but if anyone has any other thoughts I am all ears.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
http://www.propgfx.co.uk/forum/·home of the PropGFX Lite
·
So it isn't in the OBEX..
Here's the thread with AiGeneric. It isn't sprites, but it has easily character redefinition
for the next best thing.
http://forums.parallax.com/showthread.php?p=704974
Loadrunner, Spydriver, and Mythic Flight all used this driver for gaming so theres some examples
of how to work around it without sprites.
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Check out: Protoboard Introduction , Propeller Cookbook 1.4 & Software Index
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card connected? - PropDOS
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
http://www.propgfx.co.uk/forum/·home of the PropGFX Lite
·
I have been using the pacman demos as a starting point for my tests as I build maps and tiles.
I tried using the 040b and 050 versions of the HEL engine, but the display either did not sync or everything was black and white with "fuzz" all over it. The Hydra book specifically states that the engine is not intended to work with and on page 776 it even suggest that you can "make it more LCD compliant". What exactly is it that I need to be looking at changing to make things look better on the little LCD display???
Right now 040 is the only thing that seems to be working with the LCD. Any thoughts on how to improve?