added completly new version for haslach 2025
This commit is contained in:
54
.venv/lib/python3.7/site-packages/gpiozero/fonts/14seg.txt
Normal file
54
.venv/lib/python3.7/site-packages/gpiozero/fonts/14seg.txt
Normal file
@@ -0,0 +1,54 @@
|
||||
# This file defines the default alphabet for 14-segment displays. The format is
|
||||
# fairly simple: the file is loaded as a whole and all blank and #-prefixed
|
||||
# lines are stripped out. Then all blank columns are stripped out. Finally the
|
||||
# remaining rows and columns are divided into 5x5 cells with the following
|
||||
# format:
|
||||
#
|
||||
# X.a..
|
||||
# fijkb
|
||||
# .g.h.
|
||||
# elmnc
|
||||
# ..d..
|
||||
#
|
||||
# Where X is the character being defined, and a..n are the segments that are
|
||||
# active. a, d, g, and h are considered active if they are "-". b, c, e, f, j,
|
||||
# and m are considered active if they are "|". i and n are active when they
|
||||
# are "\". Finally, k and l are active when they are "/". All other characters
|
||||
# marked "." are ignored but may be set to anything for the purposes of making
|
||||
# the character's shape more obvious.
|
||||
#
|
||||
# Note that blank columns are stripped, so when defining the space (" ")
|
||||
# character you will need to use place-holder characters for unused positions.
|
||||
# Furthermore, the parser checks that definitions are multiples of 5 wide and
|
||||
# 5 high. If a character's definition has entirely empty rows or columns you
|
||||
# may need more place-holder characters to satisfy this limitation.
|
||||
|
||||
.... 0--- 1.. 2--- 3--- 4 5--- 6--- 7---. 8--- 9---
|
||||
..... | /| /| | | | | | | / | | | |
|
||||
..... | / | | --- -- ---| --- |--- | --- ---|
|
||||
..... |/ | | | | | | | | | | | |
|
||||
..... --- --- --- --- --- ---
|
||||
|
||||
A--- B--- C---. D--- E---. F---. G--- H I---. J K . L M
|
||||
| | | | | | | | | | | | | | | / | |\ /|
|
||||
|---| -| | | | |--- |--- | -- |---| | | |-- | | ' |
|
||||
| | | | | | | | | | | | | | | | | \ | | |
|
||||
' ' --- --- --- --- ' --- ' ' --- --- ' ' ---. ' '
|
||||
|
||||
N O--- P--- Q--- R--- S--- T---. U V . W X . Y . Z---.
|
||||
|\ | | | | | | | | | | | | | | / | | \ / \ / /
|
||||
| \ | | | |--- | | |-- --- | | | | / | . | X | /
|
||||
| \| | | | | \| | \ | | | | |/ |/ \| / \ | /
|
||||
' ' --- --- ' ' --- --- ' ' ' ' ' ---
|
||||
|
||||
&---. $--- (---. )--- [---. ]--- %.... *.... +.... -.... /.... =.... \....
|
||||
\ / | | | | | | | / .\|/ . | . . / . .\
|
||||
-- --- | | | | . .--- .--- .--- . / .--- . \
|
||||
| \ | | | | | | ./ | ./|\ . | . ./ . . \
|
||||
--- --- --- --- --- --- . . . . . .--- .
|
||||
|
||||
_.... '....
|
||||
. . |
|
||||
. .
|
||||
. .
|
||||
.--- .
|
23
.venv/lib/python3.7/site-packages/gpiozero/fonts/7seg.txt
Normal file
23
.venv/lib/python3.7/site-packages/gpiozero/fonts/7seg.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
# This file defines the default alphabet for 7-segment displays. The format is
|
||||
# fairly simple: the file is loaded as a whole and all blank and #-prefixed
|
||||
# lines are stripped out. Then all blank columns are stripped out. Finally the
|
||||
# remaining rows and columns are divided into 3x3 cells with the following
|
||||
# format:
|
||||
#
|
||||
# Xa.
|
||||
# fgb
|
||||
# edc
|
||||
#
|
||||
# Where X is the character being defined, and a..g are the segments that are
|
||||
# active. a, d, and g are considered active if they are "_" and inactive if
|
||||
# they are anything else. b, c, e, and f are considered active if they are "|"
|
||||
# and inactive if they are anything else. The top-right character (marked "."
|
||||
# in the diagram above) is ignored. The result is fairly visually obvious :)
|
||||
|
||||
. 0_ 1. 2_ 3_ 4. 5_ 6_ 7_ 8_ 9_
|
||||
... |.| ..| ._| ._| |_| |_. |_. ..| |_| |_|
|
||||
... |_| ..| |_. ._| ..| ._| |_| ..| |_| ._|
|
||||
|
||||
A_ B. C_ D. E_ F_ G_ H. I. J. L. N_ O. P_ Q_ R. S_ T. U. Y.
|
||||
|_| |_. |.. ._| |_. |_. |.. |_| |.. ..| |.. |.| ._. |_| |_| ._. |_. |_. |.| |_|
|
||||
|.| |_| |_. |_| |_. |.. |_| |.| |.. ._| |__ |.| |_| |.. ..| |.. ._| |_. |_| ._|
|
Reference in New Issue
Block a user