|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| compiled | %!s(int64=2) %!d(string=hai) anos | |
| files | %!s(int64=2) %!d(string=hai) anos | |
| icons | %!s(int64=2) %!d(string=hai) anos | |
| tamalib | %!s(int64=2) %!d(string=hai) anos | |
| .gitsubtree | %!s(int64=2) %!d(string=hai) anos | |
| README.md | %!s(int64=2) %!d(string=hai) anos | |
| Screenshot1.png | %!s(int64=2) %!d(string=hai) anos | |
| Screenshot2.png | %!s(int64=2) %!d(string=hai) anos | |
| Screenshot3.png | %!s(int64=2) %!d(string=hai) anos | |
| Screenshot4.png | %!s(int64=2) %!d(string=hai) anos | |
| application.fam | %!s(int64=2) %!d(string=hai) anos | |
| hal.c | %!s(int64=2) %!d(string=hai) anos | |
| hal_types.h | %!s(int64=2) %!d(string=hai) anos | |
| tama.gif | %!s(int64=2) %!d(string=hai) anos | |
| tama.h | %!s(int64=2) %!d(string=hai) anos | |
| tamaIcon.png | %!s(int64=2) %!d(string=hai) anos | |
| tamaIcon1.png | %!s(int64=2) %!d(string=hai) anos | |
| tamaIcon2.png | %!s(int64=2) %!d(string=hai) anos | |
| tamaIcon3.png | %!s(int64=2) %!d(string=hai) anos | |
| tamaIcon4.png | %!s(int64=2) %!d(string=hai) anos | |
| tama_p1.c | %!s(int64=2) %!d(string=hai) anos | |
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/