PIXEL
PIXEL copied to clipboard
A repository for the open source Pixelcade LED and LCD marquee for arcade machines
The console logs that the system is looking for console\system.png or .gif but the code requires it to be consoles/default-system.(png|gif) https://github.com/alinke/PIXEL/blob/b8a5525e239510edd7f9151f747b3b6ae6d79ab2/pixel-web-enabled/src/main/java/org/onebeartoe/web/enabled/pixel/controllers/ConsoleHttpHandler.java#L294 `Looking for: /userdata/system/pixelcade/console\lightgun.png or .gif` Additionally, you should be...
- fix incorrect webport binding parameter
arcade handler received: /arcade/stream/user/clock?l=0 STREAM MODE Console Before Mapping: user Console Mapped: user Game Name Only: clock # of Times to Loop: null Looking for PNG: C:\BitPixel\Pixelcade\user\clock.png Looking for GIF:...
Currently when the hardware is disconnected, you echo that error over and over until it's reconnected. But this causes a problem where the queue of error messages can go on...
The webserver makes buttons with ONCLICK="functionname('filename')", but when filename contains apostrophes or double quotes, it breaks the javascript. These need to be escaped, or replaced in the same way you...
Fix that bug, also simplified the code and updated the UI a smidge.
Minor issue, work around is just use the Chrome browser and don't use Safari for web enabled PIXEL
- Added a logMessage function that simplifies logging. - Found what I think is a duplicate code block and I commented it out. - streamlined some of the error messaging....
I've been unplugging my unit when I shut down my PC for the night. I'd rather send a command similar to the blank-screen command, that stays until it gets the...
I'd like to make GIFs that hold on the last frame (by setting it's time to a large number) rather than have to make multiple copies of the last frame,...