Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Running LED Blinky .lwax on startup + cycle .lwax's  (Read 2061 times)

0 Members and 1 Guest are viewing this topic.

Franco B

  • Trade Count: (+10)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3766
  • Last login:February 15, 2024, 09:14:06 am
Running LED Blinky .lwax on startup + cycle .lwax's
« on: September 23, 2008, 02:08:04 am »
When I boot up the juke I'm building I want it to run a jukebox app or FE as well as a .lwax (LED Blinky sequence) straight away. Would I need to create some kind of batch file/shortcut and place it in the startup directory? Is it even possible to run LED Blinky in this way?

The other thing I would like to do is to program a few various .lwax's and cycle though them by pressing some miniature buttons. Would it be possible to use some kind of batch file or something (I have no idea about this as you can tell :P) so that when I pressed one of the buttons it would move onto the next sequence.

I was thinking about hacking a USB pad rather than using a keyboard encoder (for cost reasons) and then using Joy2Key to change the Joypad presses into Keystrokes. So if that was the case would it be possible to get LED Blinky to move on to the next sequence by inputting a keystroke like '~' (or generally any keystoke I'm not likely to use in the jukebox app etc).

arzoo

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2093
  • Last login:January 26, 2025, 08:51:53 am
  • Robots WILL kill you.
    • LEDBlinky
Re: Running LED Blinky .lwax on startup + cycle .lwax's
« Reply #1 on: September 23, 2008, 08:17:13 am »
LEDBlinky has a command line mode which can be used for batch files - check the readme.txt (or help doc). Here's the basic command to run an animation:
  LEDBlinky.exe <animation>.lwax
  LEDBlinky.exe random.lwax

If you want to use a button on your cp to run the command or batch, then you'll need an app like AutoHotKey.
Robots will kill you.



Arcade Addiction

Franco B

  • Trade Count: (+10)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3766
  • Last login:February 15, 2024, 09:14:06 am
Re: Running LED Blinky .lwax on startup + cycle .lwax's
« Reply #2 on: September 23, 2008, 08:42:42 am »
The man himself :)

Thanks buddy, thats great news. Ill go have a tinker.  :cheers: