https://github.com/punctuations/tamagotchi
usb tamagotchi
https://github.com/punctuations/tamagotchi
Last synced: 3 months ago
JSON representation
usb tamagotchi
- Host: GitHub
- URL: https://github.com/punctuations/tamagotchi
- Owner: punctuations
- Created: 2026-02-09T06:45:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-29T01:41:52.000Z (3 months ago)
- Last Synced: 2026-03-29T04:30:37.704Z (3 months ago)
- Language: C
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Build
Sprites live in onboard memory and thus need to be precompiled before flashing
onto the pico. To convert .bmp files in the sprites directory run:
```bash
./convert_sprites.sh
```
Run the following command:
> [!NOTE]\
> PICO_SDK_PATH should be set in your .bashrc to the `pico-sdk` folder in this
> directory.
```bash
rm -rf build && mkdir build && cd build
cmake .. -DPICO_SDK_PATH=$PICO_SDK_PATH
make -j4
cd ..
```
or just run the build script (just has the above commands):
```bash
./build.sh
```
#### But why tho??
This was made as a birthday present for my girlfriend since she cant find a lot of Hangyodon merch, so now she has a tamagotchi version of him