b9e82424e9
The logo module is currently unused but it simply sits there consuming flash. Let's shift it to the demo app to is can consume RAM instead (but only when we upload the demo to the watch).
15 lines
294 B
Python
15 lines
294 B
Python
# SPDX-License-Identifier: LGPL-3.0-or-later
|
|
# Copyright (C) 2020 Daniel Thompson
|
|
|
|
freeze('../..',
|
|
(
|
|
'demo.py',
|
|
'drivers/battery.py',
|
|
'drivers/signal.py',
|
|
'drivers/st7789.py',
|
|
'drivers/vibrator.py',
|
|
),
|
|
opt=3
|
|
)
|
|
freeze('.', 'watch.py', opt=3)
|
|
|