Hi
I thought I'd have a go at making something myself that I could play on my LED matrix display and seeing as I haven't done any Lua or Pico-8 before, I picked something to re-create, rather than come up with something new from scratch.
I always liked this on the C64, so here is my attempt at it so far. Still plenty to do;
Picidium (Uridium)
[edit, added title tune and a few other tweaks]
[edit2, added control option]
Hi, I'm trying to use the very handy looking PX9 to compress a bunch of map data, so I can get all the levels I need in my cart - but I have a strange issue.
In my cart I'm storing compressed map data for my 'levels' at 0x2400 for level 1, 0x2600 for level 2, 0x2800 for level 3, etc. So each level is maximum 0x200 bytes long compressed.
The decompressed map for each level is no more than 9 rows, so I have the top of the map (0x2000 to 0x3fff) to store
the decompressed level.
That's all good, I can decompress level 1, show the map, decompress level 2, show that map, but if I then try and decompress level 1 again it doesn't work :/
I've made a simplified example cart that shows the problem. When it runs you see level 1 decompressed and displayed, hit X to cycle through levels. The first time around is fine, but the second time level 1 never gets displayed.
Does any of that make sense, what strangeness have I created?!
Hi, not posted before but I thought some of you might like to see this setup that I've been playing with;
https://www.youtube.com/watch?v=gaacP4N1ew4
It's running on four 64x64 LED matrices, I think it looks pretty nice. The flicker/scan lines in the video aren't visible in person, it's an effect of the camera - but I may try tweaking the refresh to make a better video.