|
|
hace 2 años | |
|---|---|---|
| .. | ||
| compiled | hace 2 años | |
| icons | hace 2 años | |
| tamalib | hace 2 años | |
| .gitsubtree | hace 2 años | |
| README.md | hace 2 años | |
| Screenshot1.png | hace 2 años | |
| Screenshot2.png | hace 2 años | |
| Screenshot3.png | hace 2 años | |
| Screenshot4.png | hace 2 años | |
| application.fam | hace 2 años | |
| hal.c | hace 2 años | |
| hal_types.h | hace 2 años | |
| tama.gif | hace 2 años | |
| tama.h | hace 2 años | |
| tamaIcon.png | hace 2 años | |
| tama_p1.c | hace 2 años | |
This is a tama P1 Emulator app for Flipper Zero, based on TamaLIB.
Create a tama_p1 folder in your microSD card, and put the ROM as rom.bin.
Use a search engine to find the Tamagotchi ROM. There is a file named tama.b.
Rename this to rom.bin.
Controls in portrait mode are the same as landscape mode, but turned 90 degrees.
Move this folder into flippers applications/plugins/tama_p1.
Launching the app, directly from console to flipper:
./fbt launch_app APPSRC=applications/plugins/tama_p1
Run the following to compile icons:
scripts/assets.py icons applications/plugins/tama_p1/icons applications/plugins/tama_p1/compiled
Note: you may also need to add -Wno-unused-parameter to CCFLAGS in
site_cons/cc.scons to suppress unused parameter errors in TamaLIB.
Using the serial script from FlipperScripts it is easy to add direct logging after running the application:
`python .\serial_logger.py`
`./fbt launch_app APPSRC=applications/plugins/tama_p1; python .\serial_logger.py`
Alternatively, follow the directions here: https://flipper.atmanos.com/docs/debugging/viewing/