wasp-os/docs/apps.rst
Francesco Gazzetta a956b3efe5 Include the gallery app in micropython.zip
...and move GameOfLife out to make space

The gallery app needs too much memory to run from bytecode, and has to
be frozen in micropython.zip instead

Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
2022-03-27 08:58:22 +01:00

80 lines
1 KiB
ReStructuredText

.. _Application Library:
Application Library
===================
.. contents::
:local:
Watch faces
-----------
.. automodule:: apps.faces
.. automodule:: apps.clock
.. automodule:: apps.chrono
.. automodule:: apps.dual_clock
.. automodule:: apps.fibonacci_clock
.. automodule:: apps.week_clock
.. automodule:: apps.word_clock
Built-in
--------
.. automodule:: apps.heart
.. automodule:: apps.stopwatch
.. automodule:: apps.steps
.. automodule:: apps.launcher
.. automodule:: apps.settings
.. automodule:: apps.software
.. automodule:: apps.pager
Applications
------------
.. automodule:: apps.alarm
.. automodule:: apps.calc
.. automodule:: apps.demo
.. automodule:: apps.disaBLE
.. automodule:: apps.flashlight
.. automodule:: apps.gallery
.. automodule:: apps.haiku
.. automodule:: Morse
.. automodule:: apps.musicplayer
.. automodule:: apps.sports
.. automodule:: apps.testapp
.. automodule:: apps.timer
.. automodule:: apps.weather
Games
-----
.. automodule:: GameOfLife
.. automodule:: apps.play2048
.. automodule:: apps.snake