clockwise
clockwise copied to clipboard
Is PacMan clock possible on Arduino IDE?
I don't use the PlatformI/O for arduino, I use the arduino IDE. Is there a way I can compile clockwise with the cw-cf-0x05 (pacman) clockface using Arduino IDE? I found a version of the MarioClock I was able to work with in Adruino.ide, but so far no luck on pacman.
Thanks!
Hi @Billybob42 , it's possible but you will need to do some modifications that I don't think it worth it. Installing PlatformIO will be easier in my opinion.
If you are interested, try to follow this step by step:
- Download and install PlatformIO https://platformio.org/install
- Clone the repo https://github.com/jnthas/clockwise (you will need git)
- Run the commands that is in https://github.com/jnthas/clockwise?tab=readme-ov-file#how-to-change-the-clockface-platformio 3.1) git submodule update --init firmware/clockfaces. (this will download all clockfaces, they have a name pattern for example, the mario clockface is called "cw-cf-0x01") 3.2) If you are using windows, just copy one clockface folder to the /lib folder, for example, copy /clockfaces/cw-cf-0x01 to clockwise/firmware/lib. The pac-man is https://github.com/jnthas/cw-cf-0x05
- In platformIO, click in open project and select the platformio.ini that is in the project you cloned, /firmware/platformio.ini