clockwise icon indicating copy to clipboard operation
clockwise copied to clipboard

Is PacMan clock possible on Arduino IDE?

Open Billybob42 opened this issue 10 months ago • 1 comments

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!

Billybob42 avatar Jan 25 '25 16:01 Billybob42

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:

  1. Download and install PlatformIO https://platformio.org/install
  2. Clone the repo https://github.com/jnthas/clockwise (you will need git)
  3. 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
  4. In platformIO, click in open project and select the platformio.ini that is in the project you cloned, /firmware/platformio.ini

jnthas avatar Feb 05 '25 20:02 jnthas