Skip to content

Is PacMan clock possible on Arduino IDE? #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Billybob42 opened this issue Jan 25, 2025 · 1 comment
Open

Is PacMan clock possible on Arduino IDE? #83

Billybob42 opened this issue Jan 25, 2025 · 1 comment

Comments

@Billybob42
Copy link

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!

@jnthas
Copy link
Owner

jnthas commented Feb 5, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants