summaryrefslogtreecommitdiff
path: root/wasp/boards/manifest_240x240.py
blob: b8e7fc9f01f0bb4fafa4067f755aa02ae6461007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# SPDX-License-Identifier: LGPL-3.0-or-later
# Copyright (C) 2020 Daniel Thompson
"""Shared manifest for applications that work well on a 240x240 display."""

manifest = (
    'apps/alarm.py',
    'apps/calc.py',
    'apps/clock.py',
    'apps/chrono.py',
    'apps/dual_clock.py',
    'apps/faces.py',
    'apps/fibonacci_clock.py',
    'apps/flashlight.py',
    'apps/gameoflife.py',
    'apps/haiku.py',
    'apps/heart.py',
    'apps/musicplayer.py',
    'apps/launcher.py',
    'apps/pager.py',
    'apps/play2048.py',
    'apps/settings.py',
    'apps/software.py',
    'apps/steps.py',
    'apps/stopwatch.py',
    'apps/snake.py',
    'apps/testapp.py',
    'apps/timer.py',
    'apps/weather.py',
    'apps/word_clock.py',
    'fonts/__init__.py',
    'fonts/clock.py',
    'fonts/clock_dual.py',
    'fonts/sans18.py',
    'fonts/sans24.py',
    'fonts/sans28.py',
    'fonts/sans36.py',
    'icons.py',
    'steplogger.py',
    'widgets.py',
)