Sample Files
Here you can download sample projects and demo projects.
Click “File Name” to start downloading.
Command usage example
File Name | Usage commands | Details |
---|---|---|
bar.tomate | bar{ } | Progress bar command usage example |
brt-slp.tomate | brt{}, slp{} | Brightness/sleep adjustment for Raspberry Pi |
ckb.tomate | ckb{ } | Checkbox command usage example |
dsp.tomate | dsp{ } | ‘dsp{ }’ command usage example |
if.tomate | if{ } | ‘if{}’ branch usage example |
int.tomate | int{ } | Interval command usage example |
parts.tomate | pad{}, sel{}, msg{} | Sample using parts |
pro.tomate | pro{ } | Property command usage example |
snd-bgm-vol.tomate | snd{ }, bgm{ }, vol{ } | Examples of using sound-related commands |
tim.tomate | tim{ } | Example of using the date/time display command |
Demo projects
File Name | Contents |
---|---|
dice.tomate | This is a roulette that randomly rotates the dice introduced in the ‘Application’ tutorial. Press the START button to start spinning, and press the STOP button to stop spinning. Output dice to output.txt when STOP. |
graph7.tomate | This is a graph display sample using the ‘bar{}’ command. Each time the title is touched, the values of d1~d7 are set randomly from 0~100 and the graph is drawn. |
hamster-clock.tomate | Hamster Clock It is a digital clock using the illustration of “Irasutoya.com“. Morning page from 6:00 to 16:00 Evening page from 16:00 to 20:00 From 20:00 to 6:00, the night page will be automatically switched and displayed. If you touch the hamster, the manual ‘M’ will appear, and you can manually switch screens by pressing the clock letter. Press Hamster again to return to automatic page switching. |
Notes
- All projects have a screen size of 800×480.
If you want to change the resolution, please operate “Menu: Tool: Change resolution” and change it to the resolution of your environment. - The character font uses the “Segoe UI” font.