|
|
пре 2 година | |
|---|---|---|
| .. | ||
| compiled | пре 2 година | |
| files | пре 2 година | |
| icons | пре 2 година | |
| tamalib | пре 2 година | |
| .gitsubtree | пре 2 година | |
| README.md | пре 2 година | |
| Screenshot1.png | пре 2 година | |
| Screenshot2.png | пре 2 година | |
| Screenshot3.png | пре 2 година | |
| Screenshot4.png | пре 2 година | |
| application.fam | пре 2 година | |
| hal.c | пре 2 година | |
| hal_types.h | пре 2 година | |
| tama.gif | пре 2 година | |
| tama.h | пре 2 година | |
| tamaIcon.png | пре 2 година | |
| tamaIcon1.png | пре 2 година | |
| tamaIcon2.png | пре 2 година | |
| tamaIcon3.png | пре 2 година | |
| tamaIcon4.png | пре 2 година | |
| tama_p1.c | пре 2 година | |
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_user/TAMA-P1.
Launching the app, directly from console to flipper:
./fbt launch_app APPSRC=applications_user/TAMA-P1
Run the following to compile icons:
scripts/assets.py icons applications_user/TAMA-P1/icons applications_user/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_user\TAMA-P1; python .\serial_logger.py`
Alternatively, follow the directions here: https://flipper.atmanos.com/docs/debugging/viewing/