RiedleroD / PocketPotato-sw

Software for the PocketPotato Project
2 stars 0 forks source link

Pocket Potato - Software repository

This is the repository for the software of the Pocket Potato Project. For more information, see here.

Usage

The Software, right now, only contains the logo (as the splash screen) and the main menu. When finished, it should include several games, some settings and perhaps a dev menu.

Compilation

You'll need arduino-cli and make to compile the project.

Contributing

Textures

Code

Ask me if any questions arise. We don't really have any hard rules around here, but that doesn't mean you can contribute bad code. Also ask me before starting to work on your PR, to avoid unnecessary work in case of my disapproval.

Troubleshooting

The board isn't recognized.

Make sure the board is connected and that you have the appropriate drivers. Then try rebooting, that worked for me. If the Makefile is detecting your board incorrectly, you can try setting the environment variable BOARDLIST to "/port/path arduino:board:name".

I don't have the necessary permissions. Should I flash with sudo?

NO! On Linux, you need to add yourself to the uucp group. See here.

How do I compile this on Windows?

Install Linux. We accept Pull requests to support Windows, but won't make the effort to do it ourselves.

How do I compile this on MacOS?

Our Mac expert @MasterMarcoHD will eventually get around to write a How-to. Until then, tough luck. The Makefile should make this fairly easy though.

The screen and/or buttons don't work and/or are glitchy.

Make sure your pin configuration is the same as ours. Have a look into config.h.

I wanted to add a texture, but it doesn't render properly

The games are slow and the controls are finicky

yep