docs: Add text descriptions of icons
Having the raw hex strings makes the docs look really unclean. Fix this by providing a special version of icons for the "sphinx" board.
This commit is contained in:
parent
683c3497e0
commit
4c09add2d8
1 changed files with 11 additions and 0 deletions
11
wasp/boards/sphinx/icons.py
Normal file
11
wasp/boards/sphinx/icons.py
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
# Copyright (C) 2020 Daniel Thompson
|
||||||
|
|
||||||
|
battery = 'Default battery icon'
|
||||||
|
bomb = 'Small bomb icon'
|
||||||
|
app = 'Default application icon'
|
||||||
|
clock = 'Default digital clock icon'
|
||||||
|
settings = 'Default settings icon'
|
||||||
|
torch = 'Default torch or flashlight icon'
|
||||||
|
up_arrow = 'Small (16x9) up arrow'
|
||||||
|
down_arrow = 'Small (16x9) down arrow'
|
Loading…
Reference in a new issue