Working keyboard and all fonts

This commit is contained in:
Tom Charnock 2025-01-03 19:22:13 +01:00
parent 1891209fde
commit e4830f1105
5 changed files with 709 additions and 329 deletions

View File

@ -1,4 +1,124 @@
from adafruit_hid.keycode import Keycode try:
from adafruit_hid.keycode import Keycode
keycodes = {
"\ue31e": [Keycode.SPACEBAR],
"\u002e": [Keycode.PERIOD],
"\u003c": [Keycode.SHIFT, Keycode.COMMA],
"\u0031": [Keycode.ONE],
"\u21b9": [Keycode.TAB],
"\u002c": [Keycode.COMMA],
"\u0032": [Keycode.TWO],
"\u0065": [Keycode.E],
"\u0045": [Keycode.SHIFT, Keycode.E],
"\u0045": [Keycode.EQUALS],
"\u0035": [Keycode.FIVE],
"\u21dc": [Keycode.BACKSPACE],
"\u003a": [Keycode.SHIFT, Keycode.SEMICOLON],
"\u0033": [Keycode.THREE],
"\u0061": [Keycode.A],
"\u0041": [Keycode.SHIFT, Keycode.A],
"\u002b": [Keycode.SHIFT, Keycode.EQUALS],
"\u0036": [Keycode.SIX],
"\u0072": [Keycode.R],
"\u0052": [Keycode.SHIFT, Keycode.R],
"\u002f": [Keycode.FORWARD_SLASH],
"\uea6d": [Keycode.LEFT_CONTROL, Keycode.F],
"\u0075": [Keycode.U],
"\u0055": [Keycode.SHIFT, Keycode.U],
"\u0027": [Keycode.QUOTE],
"\u0038": [Keycode.EIGHT],
"\u21af": [Keycode.ESCAPE],
"\u003b": [Keycode.SEMICOLON],
"\u0034": [Keycode.FOUR],
"\u0069": [Keycode.I],
"\u0049": [Keycode.SHIFT, Keycode.I],
"\u002a": [Keycode.SHIFT, Keycode.EIGHT],
"\u0037": [Keycode.SEVEN],
"\u0063": [Keycode.C],
"\u0043": [Keycode.SHIFT, Keycode.C],
"\u005c": [Keycode.BACKSLASH],
"\u2229": [Keycode.LEFT_CONTROL, Keycode.A],
"\u0078": [Keycode.X],
"\u0058": [Keycode.SHIFT, Keycode.X],
"\u0022": [Keycode.SHIFT, Keycode.QUOTE],
"\u0039": [Keycode.NINE],
"\u006c": [Keycode.L],
"\u004c": [Keycode.SHIFT, Keycode.L],
"\u007e": [Keycode.SHIFT, Keycode.GRAVE_ACCENT],
"\u21da": [Keycode.APPLICATION, Keycode.LEFT_ARROW],
"\u007a": [Keycode.Z],
"\u005a": [Keycode.SHIFT, Keycode.Z],
"\u003e": [Keycode.SHIFT, Keycode.PERIOD],
"\u21db": [Keycode.APPLICATION, Keycode.RIGHT_ARROW],
"\u0064": [Keycode.D],
"\u0044": [Keycode.SHIFT, Keycode.D],
"\u0060": [Keycode.GRAVE_ACCENT],
"\uebd2": [Keycode.LEFT_CONTROL, Keycode.V],
"\u0068": [Keycode.H],
"\u0048": [Keycode.SHIFT, Keycode.H],
"\u0040": [Keycode.SHIFT, Keycode.TWO],
"\u0030": [Keycode.ZERO],
"\u21b5": [Keycode.RETURN],
"\u21ab": [Keycode.SHIFT, Keycode.RETURN],
"\u002d": [Keycode.MINUS],
"\u21ff": [Keycode.PRINT_SCREEN],
"\u006f": [Keycode.O],
"\u004f": [Keycode.SHIFT, Keycode.O],
"\u0029": [Keycode.SHIFT, Keycode.ZERO],
"\u2193": [Keycode.DOWN_ARROW],
"\u006d": [Keycode.M],
"\u004d": [Keycode.SHIFT, Keycode.M],
"\u0028": [Keycode.SHIFT, Keycode.NINE],
"\u2192": [Keycode.RIGHT_ARROW],
"\u0070": [Keycode.P],
"\u0050": [Keycode.SHIFT, Keycode.P],
"\u005f": [Keycode.SHIFT, Keycode.MINUS],
"\u0066": [Keycode.F],
"\u0046": [Keycode.SHIFT, Keycode.F],
"\u0023": [Keycode.SHIFT, Keycode.THREE],
"\u2191": [Keycode.UP_ARROW],
"\u0077": [Keycode.W],
"\u0057": [Keycode.SHIFT, Keycode.W],
"\u007c": [Keycode.SHIFT, Keycode.BACKSLASH],
"\u006a": [Keycode.J],
"\u004a": [Keycode.SHIFT, Keycode.J],
"\u0025": [Keycode.SHIFT, Keycode.FIVE],
"\u0071": [Keycode.Q],
"\u0051": [Keycode.SHIFT, Keycode.Q],
"\u003f": [Keycode.SHIFT, Keycode.FORWARD_SLASH],
"\u0079": [Keycode.Y],
"\u0059": [Keycode.SHIFT, Keycode.Y],
"\u0024": [Keycode.SHIFT, Keycode.FOUR],
"\u2190": [Keycode.LEFT_ARROW],
"\u0062": [Keycode.B],
"\u0042": [Keycode.SHIFT, Keycode.B],
"\u007d": [Keycode.SHIFT, Keycode.RIGHT_BRACKET],
"\u006b": [Keycode.K],
"\u004b": [Keycode.SHIFT, Keycode.K],
"\u007b": [Keycode.SHIFT, Keycode.LEFT_BRACKET],
"\u0067": [Keycode.G],
"\u0047": [Keycode.SHIFT, Keycode.G],
"\u0021": [Keycode.SHIFT, Keycode.ONE],
"\u0073": [Keycode.S],
"\u0053": [Keycode.SHIFT, Keycode.S],
"\u005e": [Keycode.SHIFT, Keycode.SIX],
"\u21e4": [Keycode.HOME],
"\u0076": [Keycode.V],
"\u0056": [Keycode.SHIFT, Keycode.V],
"\u005d": [Keycode.RIGHT_BRACKET],
"\u21e5": [Keycode.END],
"\u006e": [Keycode.N],
"\u004e": [Keycode.SHIFT, Keycode.N],
"\u005b": [Keycode.LEFT_BRACKET],
"\uebcc": [Keycode.LEFT_CONTROL, Keycode.C],
"\u0074": [Keycode.T],
"\u0054": [Keycode.SHIFT, Keycode.T],
"\u0026": [Keycode.SHIFT, Keycode.SEVEN],
"\uf31a": [Keycode.APPLICATION],
}
except:
pass
characters = [ characters = [
[ [
@ -6,7 +126,7 @@ characters = [
[ [
[ [
[None, None, None, None], #00000 [None, None, None, None], #00000
["\u2423", "\u002e", "\u003c", "\u0031"], #00001 [SPACE, FULLSTOP, LESS THAN, 1] ["\ue31e", "\u002e", "\u003c", "\u0031"], #00001 [SPACE, FULLSTOP, LESS THAN, 1]
], ],
[ [
["\u21b9", "\u002c", None, "\u0032"], #00010 [TAB, COMMA, None, 2] ["\u21b9", "\u002c", None, "\u0032"], #00010 [TAB, COMMA, None, 2]
@ -15,11 +135,11 @@ characters = [
], ],
[ [
[ [
["\u232b", "\u003a", None, "\u0033"], #00100 [BACKSPACE, COLON, None, 3] ["\u21dc", "\u003a", None, "\u0033"], #00100 [BACKSPACE, COLON, None, 3]
["\u0061", "\u0041", "\u002b", "\u0036"], #00101 [a, A, PLUS, 6] ["\u0061", "\u0041", "\u002b", "\u0036"], #00101 [a, A, PLUS, 6]
], ],
[ [
["\u0072", "\u0052", "\u002f", "\u1f50e"], #00110 [r, R, SLASH, CTRL+F] ["\u0072", "\u0052", "\u002f", "\uea6d"], #00110 [r, R, SLASH, CTRL+F]
["\u0075", "\u0055", "\u0027", "\u0038"], #00111 [u, U, APOSTROPHE, 8] ["\u0075", "\u0055", "\u0027", "\u0038"], #00111 [u, U, APOSTROPHE, 8]
], ],
], ],
@ -27,21 +147,21 @@ characters = [
[ [
[ [
[ [
["\u238b", "\u003b", None, "\u0034"], #01000 [ESCAPE, SEMICOLON, None, 4] ["\u21af", "\u003b", None, "\u0034"], #01000 [ESCAPE, SEMICOLON, None, 4]
["\u0069", "\u0049", "\u002a", "\u0037"], #01001 [i, I, ASTERISK, 7] ["\u0069", "\u0049", "\u002a", "\u0037"], #01001 [i, I, ASTERISK, 7]
], ],
[ [
["\u0063", "\u0043", "\u005c", "\u261d"], #01010 [c, C, BACKSLASH, CTRL+A] ["\u0063", "\u0043", "\u005c", "\u2229"], #01010 [c, C, BACKSLASH, CTRL+A]
["\u0078", "\u0058", "\u0022", "\u0039"], #01011 [x, X, DOUBLE QUOTES, 9] ["\u0078", "\u0058", "\u0022", "\u0039"], #01011 [x, X, DOUBLE QUOTES, 9]
], ],
], ],
[ [
[ [
["\u006c", "\u004c", "\u007e", "\u2190\u2318"], #01100 [l, L, TILDE, SUPER LEFT] ["\u006c", "\u004c", "\u007e", "\u21da"], #01100 [l, L, TILDE, SUPER LEFT]
["\u007a", "\u005a", "\u003e", "\u2192\u2318"], #01101 [z, Z, GREATER THAN, SUPER RIGHT] ["\u007a", "\u005a", "\u003e", "\u21db"], #01101 [z, Z, GREATER THAN, SUPER RIGHT]
], ],
[ [
["\u0064", "\u0044", "\u0060", "\u29c8"], #01110 [d, D, TICK, PASTE] ["\u0064", "\u0044", "\u0060", "\uebd2"], #01110 [d, D, TICK, CTRL+V]
["\u0068", "\u0048", "\u0040", "\u0030"], #01111 [h, H, AT, 0] ["\u0068", "\u0048", "\u0040", "\u0030"], #01111 [h, H, AT, 0]
], ],
], ],
@ -51,7 +171,7 @@ characters = [
[ [
[ [
[ [
["\u23ce", "\u21e7\u23ce", "\u002d", "\u2399"], #10000 [RETURN, SHIFT RETURN, MINUS, PRINT SCREEN] ["\u21b5", "\u21ab", "\u002d", "\u21ff"], #10000 [RETURN, SHIFT RETURN, MINUS, PRINT SCREEN]
["\u006f", "\u004f", "\u0029", "\u2193"], #10001 [o, O, CLOSE BRACKET, DOWN] ["\u006f", "\u004f", "\u0029", "\u2193"], #10001 [o, O, CLOSE BRACKET, DOWN]
], ],
[ [
@ -73,7 +193,7 @@ characters = [
[ [
[ [
[ [
["\u0079", "\u0059", "\u0024", "\u2318"], #11000 [y, Y, DOLLAR, LEFT] ["\u0079", "\u0059", "\u0024", "\u2190"], #11000 [y, Y, DOLLAR, LEFT]
["\u0062", "\u0042", "\u007d", None], #11001 [b, B, CLOSE CURLY BRACKET, None] ["\u0062", "\u0042", "\u007d", None], #11001 [b, B, CLOSE CURLY BRACKET, None]
], ],
[ [
@ -87,132 +207,15 @@ characters = [
["\u0076", "\u0056", "\u005d", "\u21e5"], #11101 [v, V, CLOSE SQUARE BRACKET, END] ["\u0076", "\u0056", "\u005d", "\u21e5"], #11101 [v, V, CLOSE SQUARE BRACKET, END]
], ],
[ [
["\u006e", "\u004e", "\u005b", "\u29c9"], #11110 [n, N, OPEN SQUARE BRACKET, CTRL+C] ["\u006e", "\u004e", "\u005b", "\uebcc"], #11110 [n, N, OPEN SQUARE BRACKET, CTRL+C]
["\u0074", "\u0054", "\u0026", "\u2318"], #11111 [t, T, AMPERSAND, SUPER] ["\u0074", "\u0054", "\u0026", "\uf31a"], #11111 [t, T, AMPERSAND, SUPER]
], ],
], ],
], ],
], ],
] ]
keycodes = { extra_characters = ["\u00e9", "\u00e7"]
"\u2423": [Keycode.SPACEBAR],
"\u002e": [Keycode.PERIOD],
"\u003c": [Keycode.SHIFT, Keycode.COMMA],
"\u0031": [Keycode.ONE],
"\u21b9": [Keycode.TAB],
"\u002c": [Keycode.COMMA],
"\u0032": [Keycode.TWO],
"\u0065": [Keycode.E],
"\u0045": [Keycode.SHIFT, Keycode.E],
"\u0045": [Keycode.EQUALS],
"\u0035": [Keycode.FIVE],
"\u232b": [Keycode.BACKSPACE],
"\u003a": [Keycode.SHIFT, Keycode.SEMICOLON],
"\u0033": [Keycode.THREE],
"\u0061": [Keycode.A],
"\u0041": [Keycode.SHIFT, Keycode.A],
"\u002b": [Keycode.SHIFT, Keycode.EQUALS],
"\u0036": [Keycode.SIX],
"\u0072": [Keycode.R],
"\u0052": [Keycode.SHIFT, Keycode.R],
"\u002f": [Keycode.FORWARD_SLASH],
"\u1f50e": [Keycode.LEFT_CONTROL, Keycode.F],
"\u0075": [Keycode.U],
"\u0055": [Keycode.SHIFT, Keycode.U],
"\u0027": [Keycode.QUOTE],
"\u0038": [Keycode.EIGHT],
"\u238b": [Keycode.ESCAPE],
"\u003b": [Keycode.SEMICOLON],
"\u0034": [Keycode.FOUR],
"\u0069": [Keycode.I],
"\u0049": [Keycode.SHIFT, Keycode.I],
"\u002a": [Keycode.SHIFT, Keycode.EIGHT],
"\u0037": [Keycode.SEVEN],
"\u0063": [Keycode.C],
"\u0043": [Keycode.SHIFT, Keycode.C],
"\u005c": [Keycode.BACKSLASH],
"\u261d": [Keycode.LEFT_CONTROL, Keycode.A],
"\u0078": [Keycode.X],
"\u0058": [Keycode.SHIFT, Keycode.X],
"\u0022": [Keycode.SHIFT, Keycode.QUOTE],
"\u0039": [Keycode.NINE],
"\u006c": [Keycode.L],
"\u004c": [Keycode.SHIFT, Keycode.L],
"\u007e": [Keycode.SHIFT, Keycode.GRAVE_ACCENT],
"\u2190\u2318": [Keycode.APPLICATION, Keycode.LEFT_ARROW],
"\u007a": [Keycode.Z],
"\u005a": [Keycode.SHIFT, Keycode.Z],
"\u003e": [Keycode.SHIFT, Keycode.PERIOD],
"\u2192\u2318": [Keycode.APPLICATION, Keycode.RIGHT_ARROW],
"\u0064": [Keycode.D],
"\u0044": [Keycode.SHIFT, Keycode.D],
"\u0060": [Keycode.GRAVE_ACCENT],
"\u29c8": [Keycode.LEFT_CONTROL, Keycode.V],
"\u0068": [Keycode.H],
"\u0048": [Keycode.SHIFT, Keycode.H],
"\u0040": [Keycode.SHIFT, Keycode.TWO],
"\u0030": [Keycode.ZERO],
"\u23ce": [Keycode.RETURN],
"\u21e7\u23ce": [Keycode.SHIFT, Keycode.RETURN],
"\u002d": [Keycode.MINUS],
"\u2399": [Keycode.PRINT_SCREEN],
"\u006f": [Keycode.O],
"\u004f": [Keycode.SHIFT, Keycode.O],
"\u0029": [Keycode.SHIFT, Keycode.ZERO],
"\u2193": [Keycode.DOWN_ARROW],
"\u006d": [Keycode.M],
"\u004d": [Keycode.SHIFT, Keycode.M],
"\u0028": [Keycode.SHIFT, Keycode.NINE],
"\u2192": [Keycode.RIGHT_ARROW],
"\u0070": [Keycode.P],
"\u0050": [Keycode.SHIFT, Keycode.P],
"\u005f": [Keycode.SHIFT, Keycode.MINUS],
"\u0066": [Keycode.F],
"\u0046": [Keycode.SHIFT, Keycode.F],
"\u0023": [Keycode.SHIFT, Keycode.THREE],
"\u2191": [Keycode.UP_ARROW],
"\u0077": [Keycode.W],
"\u0057": [Keycode.SHIFT, Keycode.W],
"\u007c": [Keycode.SHIFT, Keycode.BACKSLASH],
"\u006a": [Keycode.J],
"\u004a": [Keycode.SHIFT, Keycode.J],
"\u0025": [Keycode.SHIFT, Keycode.FIVE],
"\u0071": [Keycode.Q],
"\u0051": [Keycode.SHIFT, Keycode.Q],
"\u003f": [Keycode.SHIFT, Keycode.FORWARD_SLASH],
"\u0079": [Keycode.Y],
"\u0059": [Keycode.SHIFT, Keycode.Y],
"\u0024": [Keycode.SHIFT, Keycode.FOUR],
"\u2318": [Keycode.LEFT_ARROW],
"\u0062": [Keycode.B],
"\u0042": [Keycode.SHIFT, Keycode.B],
"\u007d": [Keycode.SHIFT, Keycode.RIGHT_BRACKET],
"\u006b": [Keycode.K],
"\u004b": [Keycode.SHIFT, Keycode.K],
"\u007b": [Keycode.SHIFT, Keycode.LEFT_BRACKET],
"\u0067": [Keycode.G],
"\u0047": [Keycode.SHIFT, Keycode.G],
"\u0021": [Keycode.SHIFT, Keycode.ONE],
"\u0073": [Keycode.S],
"\u0053": [Keycode.SHIFT, Keycode.S],
"\u005e": [Keycode.SHIFT, Keycode.SIX],
"\u21e4": [Keycode.HOME],
"\u0076": [Keycode.V],
"\u0056": [Keycode.SHIFT, Keycode.V],
"\u005d": [Keycode.RIGHT_BRACKET],
"\u21e5": [Keycode.END],
"\u006e": [Keycode.N],
"\u004e": [Keycode.SHIFT, Keycode.N],
"\u005b": [Keycode.LEFT_BRACKET],
"\u29c9": [Keycode.LEFT_CONTROL, Keycode.C],
"\u0074": [Keycode.T],
"\u0054": [Keycode.SHIFT, Keycode.T],
"\u0026": [Keycode.SHIFT, Keycode.SEVEN],
"\u2318": [Keycode.APPLICATION],
}
def get_character_set(): def get_character_set():
return sorted(list(set(sum([list(a) for a in sum(sum(sum(sum(sum(characters, []), []), []), []), []) if a is not None], [])))) return sorted(list(set(sum([list(a) for a in sum(sum(sum(sum(sum(characters, []), []), []), []), []) if a is not None], []) + extra_characters)))
missing = ["-", "_"]

315
code.py
View File

@ -15,17 +15,16 @@ from adafruit_hid.keyboard import Keyboard
kbd = Keyboard(usb_hid.devices) kbd = Keyboard(usb_hid.devices)
font = bitmap_font.load_font("fonts/VictorMonoNerdFont-SemiBoldItalic-32.pcf") font = bitmap_font.load_font("fonts/VictorMonoNerdFont-SemiBoldItalic-32.pcf")
displayio.release_displays() displayio.release_displays()
mode_labels = [ mode_labels = [
["Letters", "Words", "Predictive"], ["Letters", "Shortcuts", "Words", "Predictive"],
["Lettres", "Mots", "Predictif"] ["Lettres", "Raccourcis", "Mots", "Prédictif"]
] ]
language_labels = ["English", "Francais"] language_labels = ["English", "Français"]
backlight_labels = ["Backlight", "Retroeclairage"] backlight_labels = ["Backlight", "Rétroéclairage"]
tft_clk = board.GP14 tft_clk = board.GP14
tft_mosi= board.GP15 tft_mosi= board.GP15
@ -61,164 +60,117 @@ main_display = displayio.Group()
display.root_group = main_display display.root_group = main_display
label_position_radius = 90 label_position_radius = 90
circle_radius = 16
top_text = label.Label( def create_settings_text(y):
font, text = label.Label(
text=" "*10, font,
color=0xffffff, text="",
anchor_point=(0.5, 0.5), color=0xffffff,
anchored_position=(0, 0) anchor_point=(0.5, 0.5),
) anchored_position=(0, 0)
top = displayio.Group(scale=1) )
top.x, top.y = 120, 50 text_group = displayio.Group(scale=1)
top.append(top_text) text_group.x = 120
main_display.append(top) text_group.y = y
text_group.append(text)
main_display.append(text_group)
return text
middle_text = label.Label( top_text = create_settings_text(50)
font, middle_text = create_settings_text(110)
text=" "*8, bottom_text = create_settings_text(170)
color=0xffffff,
anchor_point=(0.5, 0.5),
anchored_position=(0, 0)
)
middle = displayio.Group(scale=1)
middle.x, middle.y = 120, 110
middle.append(middle_text)
main_display.append(middle)
bottom_text = label.Label( def calculate_text_position(key_angle, label_position_radius=label_position_radius):
font, x = int(120 + label_position_radius * math.sin(key_angle))
text=" "*14, y = int(120 - label_position_radius * math.cos(key_angle))
color=0xffffff, return x, y
anchor_point=(0.5, 0.5),
anchored_position=(0, 0) def create_text_area_angle(key_angle, text_colour=0xffffff, label_position_radius=label_position_radius):
) return create_text_area(*calculate_text_position(key_angle, text_colour=text_colour, label_position_radius=label_position_radius))
bottom = displayio.Group(scale=1)
bottom.x, bottom.y = 120, 170
bottom.append(bottom_text)
main_display.append(bottom)
key0_text = label.Label( def create_text_area(x, y, text_colour=0xffffff):
font, key_display = displayio.Group(scale=1)
text = " ", key_display.x = x
color=0xffffff, key_display.y = y
anchor_point=(0.5, 0.5), key_text = label.Label(
anchored_position=(0, 0) font,
) text = " ",
key0_colour = (219, 97, 71) color=text_colour,
key0_palette = displayio.Palette(1) anchor_point=(0.5, 0.5),
key0_palette[0] = (0, 0, 0) anchored_position=(0, 0)
key0_display = displayio.Group(scale=1) )
key0_angle = - 2. * math.pi / 3. key_display.append(key_text)
key0_display.x = int(120 + label_position_radius * math.sin(key0_angle)) main_display.append(key_display)
key0_display.y = int(120 - label_position_radius * math.cos(key0_angle)) return key_text
key0_display.append(key0_text)
main_display.append(Circle(pixel_shader=key0_palette, radius=16, x=key0_display.x, y=key0_display.y))
main_display.append(key0_display)
key1_text = label.Label( def create_circle(x, y, key_colour, circle_radius=circle_radius):
font, key_palette = displayio.Palette(1)
text = " ", key_circle = Circle(pixel_shader=key_palette, radius=circle_radius, x=x, y=y)
color=0xffffff, main_display.append(key_circle)
anchor_point=(0.5, 0.5), return key_palette, key_circle
anchored_position=(0, 0)
) def create_key_display(key_angle, key_colour, text_colour=0xffffff, circle_radius=circle_radius, label_position_radius=label_position_radius):
key1_colour = (100, 150, 40) x, y = calculate_text_position(key_angle, label_position_radius=label_position_radius)
key1_palette = displayio.Palette(1) key_palette, key_circle = create_circle(x, y, key_colour, circle_radius=circle_radius)
key1_palette[0] = (0, 0, 0) key_text = create_text_area(x, y, text_colour=text_colour)
key1_display = displayio.Group(scale=1) return key_text, key_palette, key_colour, key_circle
key1_angle = - math.pi / 3.
key1_display.x = int(120 + label_position_radius * math.sin(key1_angle))
key1_display.y = int(120 - label_position_radius * math.cos(key1_angle))
key1_display.append(key1_text)
main_display.append(Circle(pixel_shader=key1_palette, radius=16, x=key1_display.x, y=key1_display.y))
main_display.append(key1_display)
key2_text = label.Label( key0_text, key0_palette, key0_colour, key0_circle = create_key_display(-2.*math.pi/3., (219, 97, 71))
font, key1_text, key1_palette, key1_colour, key1_circle = create_key_display(-math.pi/3., (100, 150, 40))
text = " ", key2_text, key2_palette, key2_colour, key2_circle = create_key_display(0., (40, 150, 100))
color=0xffffff, key3_text, key3_palette, key3_colour, key3_circle = create_key_display(math.pi/3., (100, 40, 150))
anchor_point=(0.5, 0.5), key4_text, key4_palette, key4_colour, key4_circle = create_key_display(2.*math.pi/3., (40, 40, 150))
anchored_position=(0, 0) selected_circle_radius=32
) selected_text, selected_palette, selected_colour, selected_circle = create_key_display(math.pi, (255, 255, 255), text_colour=0x000000, circle_radius=selected_circle_radius, label_position_radius=60)
key2_colour = (40, 150, 100)
key2_palette = displayio.Palette(1)
key2_palette[0] = (0, 0, 0)
key2_display = displayio.Group(scale=1)
key2_angle = 0
key2_display.x = int(120 + label_position_radius * math.sin(key2_angle))
key2_display.y = int(120 - label_position_radius * math.cos(key2_angle))
key2_display.append(key2_text)
main_display.append(Circle(pixel_shader=key2_palette, radius=16, x=key2_display.x, y=key2_display.y))
main_display.append(key2_display)
key3_text = label.Label(
font,
text = " ",
color=0xffffff,
anchor_point=(0.5, 0.5),
anchored_position=(0, 0)
)
key3_colour = (100, 40, 150)
key3_palette = displayio.Palette(1)
key3_palette[0] = (0, 0, 0)
key3_display = displayio.Group(scale=1)
key3_angle = math.pi / 3.
key3_display.x = int(120 + label_position_radius * math.sin(key3_angle))
key3_display.y = int(120 - label_position_radius * math.cos(key3_angle))
key3_display.append(key3_text)
main_display.append(Circle(pixel_shader=key3_palette, radius=16, x=key3_display.x, y=key3_display.y))
main_display.append(key3_display)
key4_text = label.Label(
font,
text = " ",
color=0xffffff,
anchor_point=(0.5, 0.5),
anchored_position=(0, 0)
)
key4_colour = (40, 40, 150)
key4_palette = displayio.Palette(1)
key4_palette[0] = (0, 0, 0)
key4_display = displayio.Group(scale=1)
key4_angle = 2. * math.pi / 3.
key4_display.x = int(120 + label_position_radius * math.sin(key4_angle))
key4_display.y = int(120 - label_position_radius * math.cos(key4_angle))
key4_display.append(key4_text)
main_display.append(Circle(pixel_shader=key4_palette, radius=16, x=key4_display.x, y=key4_display.y))
main_display.append(key4_display)
key5_colour = (0, 100, 30) key5_colour = (0, 100, 30)
key5_palette = displayio.Palette(1) key5_palette = displayio.Palette(1)
key5_palette[0] = (0, 0, 0) key5_circle = Circle(pixel_shader=key5_palette, radius=circle_radius, x=120-32, y=120)
main_display.append(Circle(pixel_shader=key5_palette, radius=16, x=120-32, y=120)) main_display.append(key5_circle)
key6_colour = (15, 100, 200) key6_colour = (15, 100, 200)
key6_palette = displayio.Palette(1) key6_palette = displayio.Palette(1)
key6_palette[0] = (0, 0, 0) key6_circle = Circle(pixel_shader=key6_palette, radius=circle_radius, x=120+32, y=120)
main_display.append(Circle(pixel_shader=key6_palette, radius=16, x=120+32, y=120)) main_display.append(key6_circle)
def swap_to_settings_display(): def swap_to_settings_display():
tft_bl.value = True
key0_text.text = "" key0_text.text = ""
key1_text.text = "" key1_text.text = ""
key2_text.text = "" key2_text.text = ""
key3_text.text = "" key3_text.text = ""
key4_text.text = "" key4_text.text = ""
selected_text = ""
key0_circle.radius = 0
key1_circle.radius = 0
key2_circle.radius = 0
key3_circle.radius = 0
key4_circle.radius = 0
key5_circle.radius = 0
key6_circle.radius = 0
selected_circle.radius = 0
def settings_display(mode, language, location): def settings_display(mode, language, backlight, location):
print(mode, language, location, mode_labels[language][mode])
display.refresh()
top_text.text = mode_labels[language][mode] top_text.text = mode_labels[language][mode]
top_text.color = 0x1c4d2d if location == 0 else 0xffffff top_text.color = 0x1c4d2d if location == 0 else 0xffffff
middle_text.text = language_labels[language] middle_text.text = language_labels[language]
middle_text.color = 0x1c4d2d if location == 1 else 0xffffff middle_text.color = 0x1c4d2d if location == 1 else 0xffffff
bottom_text.text = backlight_labels[language] bottom_text.text = backlight_labels[language]
bottom_text.color = 0x1c4d2d if location == 2 else 0xffffff bottom_text.color = (0x1c4d2d if backlight else 0xff0000) if location == 2 else 0xffffff
def swap_to_character_display(): def swap_to_character_display():
top_text.text = "" top_text.text = ""
middle_text.text = "" middle_text.text = ""
bottom_text.text = "" bottom_text.text = ""
key0_circle.radius = circle_radius
key1_circle.radius = circle_radius
key2_circle.radius = circle_radius
key3_circle.radius = circle_radius
key4_circle.radius = circle_radius
key5_circle.radius = circle_radius
key6_circle.radius = circle_radius
selected_circle.radius = selected_circle_radius
def edit_character(pin, character, key_text, key_palette, colour): def edit_character(pin, character, key_text, key_palette, colour):
if not pin: if not pin:
@ -230,14 +182,25 @@ def edit_character(pin, character, key_text, key_palette, colour):
else: else:
key_text.text = "" key_text.text = ""
key_palette[0] = colour key_palette[0] = colour
def character_display(pin0, pin1, pin2, pin3, pin4, selection): def character_display(pin0, pin1, pin2, pin3, pin4, selection):
display.refresh()
edit_character(pin0, characters[1][pin1][pin2][pin3][pin4][selection], key0_text, key0_palette, key0_colour) edit_character(pin0, characters[1][pin1][pin2][pin3][pin4][selection], key0_text, key0_palette, key0_colour)
edit_character(pin1, characters[pin0][1][pin2][pin3][pin4][selection], key1_text, key1_palette, key1_colour) edit_character(pin1, characters[pin0][1][pin2][pin3][pin4][selection], key1_text, key1_palette, key1_colour)
edit_character(pin2, characters[pin0][pin1][1][pin3][pin4][selection], key2_text, key2_palette, key2_colour) edit_character(pin2, characters[pin0][pin1][1][pin3][pin4][selection], key2_text, key2_palette, key2_colour)
edit_character(pin3, characters[pin0][pin1][pin2][1][pin4][selection], key3_text, key3_palette, key3_colour) edit_character(pin3, characters[pin0][pin1][pin2][1][pin4][selection], key3_text, key3_palette, key3_colour)
edit_character(pin4, characters[pin0][pin1][pin2][pin3][1][selection], key4_text, key4_palette, key4_colour) edit_character(pin4, characters[pin0][pin1][pin2][pin3][1][selection], key4_text, key4_palette, key4_colour)
if any([pin0, pin1, pin2, pin3, pin4]):
character = characters[pin0][pin1][pin2][pin3][pin4][selection]
if character is None:
selected_palette[0] = (0, 0, 0)
selected_text.text = ""
else:
selected_text.text = character
selected_palette[0] = selected_colour
else:
selected_text.text = ""
selected_palette[0] = (0, 0, 0)
def mode_display(selection): def mode_display(selection):
if selection is 0: if selection is 0:
@ -267,42 +230,82 @@ def toggle(_p, p, t):
def update(_p, p): def update(_p, p):
return [___p != __p for ___p, __p in zip(_p, p)] return [___p != __p for ___p, __p in zip(_p, p)]
def _get_time(p, t): def get_time(p, t):
return [_t+1 if _p else 0 for _p, _t in zip(p, t)] return [_t+1 if _p else 0 for _p, _t in zip(p, t)]
def get_time(p, t, m, tm):
return _get_time(p, t), _get_time(m, tm)
def get_character(p, s): def get_character(p, s):
return characters[p[0]][p[1]][p[2]][p[3]][p[4]][s] return characters[p[0]][p[1]][p[2]][p[3]][p[4]][s]
def main(): def release_countdown(p, t, start=3):
return [max(_t-1, 0) if not _p else start for _p, _t in zip(p, t)]
def main(rate=0.05, start=3):
p = [False]*5 p = [False]*5
#t = [0]*5 t = [0]*5
m = [False]*2 m = [False]*2
#tm = [0]*2 tm = [0]*2
toggles = [False]*2 toggles = [False]*2
selection = 0 selection = 0
settings = False
mode = 0
language = 0
backlight = True
while True: while True:
_p, _m = poll() _p, _m = poll()
#t, tm = get_time(_p, t, _m, tm) t = release_countdown(_p, t, start=start)
u = any(update(_p, p)) tm = get_time(_m, tm)
um, toggles = toggle(_m, m, toggles)
if um: if all([_tm > 60 for _tm in tm]):
selection = toggles[0] + 2 * toggles[1] if not settings:
mode_display(selection) settings = True
toggles = [False] * 2
swap_to_settings_display()
location = 0
tm = [0]*2
elif settings:
u = update(_m, m)
if u[0] and _m[0]:
location += 1
if location > 2:
location = 0
settings = not settings
if u[1] and _m[1]:
if location == 0:
mode += 1
if mode > 3:
mode = 0
elif location == 1:
language += 1
if language > 1:
language = 0
elif location == 2:
backlight = not backlight
if settings:
if any(u):
settings_display(mode, language, backlight, location)
else:
tft_bl.value = backlight
swap_to_character_display()
elif not settings:
u = any(update(_p, p))
um, toggles = toggle(_m, m, toggles)
if um:
selection = toggles[0] + 2 * toggles[1]
if backlight:
mode_display(selection)
if u or um: if u or um and backlight:
character_display(*_p, selection) character_display(*_p, selection)
if u and not any(_p): if u and not any(_p):
c = get_character(p, selection) pressed = [_t > 0 for _t in t]
if c is not None: if mode == 0:
kbd.send(*keycodes[c]) c = get_character(pressed, selection)
if c is not None:
kbd.send(*keycodes[c])
p = _p p = _p
m = _m m = _m
time.sleep(0.05) time.sleep(rate)
main() main()

View File

@ -1,7 +1,7 @@
STARTFONT 2.1 STARTFONT 2.1
FONT -FontForge-VictorMono NF SemiBold-Demi-I-Normal--32-240-96-96-M-170-ISO10646-1 FONT -FontForge-VictorMono NF SemiBold-Demi-I-Normal--32-240-96-96-M-170-ISO10646-1
SIZE 24 96 96 SIZE 24 96 96
FONTBOUNDINGBOX 28 35 -3 -6 FONTBOUNDINGBOX 33 36 -3 -7
COMMENT "Generated by fontforge, http://fontforge.sourceforge.net" COMMENT "Generated by fontforge, http://fontforge.sourceforge.net"
COMMENT "Copyright (c) 2024 by Rune Bjrneras. All rights reserved." COMMENT "Copyright (c) 2024 by Rune Bjrneras. All rights reserved."
STARTPROPERTIES 40 STARTPROPERTIES 40
@ -43,10 +43,10 @@ SUBSCRIPT_X 0
SUBSCRIPT_Y 2 SUBSCRIPT_Y 2
SUBSCRIPT_SIZE 19 SUBSCRIPT_SIZE 19
FIGURE_WIDTH 17 FIGURE_WIDTH 17
AVG_LOWERCASE_WIDTH 308 AVG_LOWERCASE_WIDTH 307
AVG_UPPERCASE_WIDTH 308 AVG_UPPERCASE_WIDTH 308
ENDPROPERTIES ENDPROPERTIES
CHARS 103 CHARS 116
STARTCHAR exclam STARTCHAR exclam
ENCODING 33 ENCODING 33
SWIDTH 545 0 SWIDTH 545 0
@ -2827,6 +2827,72 @@ E1FF00
E0FE00 E0FE00
007C00 007C00
ENDCHAR ENDCHAR
STARTCHAR ccedilla
ENCODING 231
SWIDTH 545 0
DWIDTH 17 0
BBX 16 26 1 -7
BITMAP
01F8
03FE
0FFE
0E0F
1C06
3800
3800
7000
7000
6000
E000
E000
E000
E000
E018
F07C
FFF8
7FE0
3FC0
0E00
0F00
0F00
0380
3F00
7F00
3E00
ENDCHAR
STARTCHAR eacute
ENCODING 233
SWIDTH 545 0
DWIDTH 17 0
BBX 17 26 0 0
BITMAP
000200
000700
000F80
003E00
007800
003000
000000
000000
00FE00
03FE00
07CF00
0F0700
0E0700
1C0700
1C0E00
1C1E00
187C00
3FF800
7FE000
FF0000
F80000
780600
380E00
1E7E00
1FF800
0FF000
ENDCHAR
STARTCHAR arrowleft STARTCHAR arrowleft
ENCODING 8592 ENCODING 8592
SWIDTH 545 0 SWIDTH 545 0
@ -2929,6 +2995,83 @@ F3BC
0F00 0F00
0600 0600
ENDCHAR ENDCHAR
STARTCHAR uni21AB
ENCODING 8619
SWIDTH 545 0
DWIDTH 17 0
BBX 19 15 0 4
BITMAP
008380
01CFC0
03DFE0
079CE0
0F1CE0
1C39E0
7FFFC0
FFFF80
7FFF00
383800
3C7000
1E7000
0F7000
067000
04E000
ENDCHAR
STARTCHAR uni21AF
ENCODING 8623
SWIDTH 545 0
DWIDTH 17 0
BBX 15 23 1 0
BITMAP
0380
0700
0700
0E00
0E00
1C00
1C1E
3BFC
3FFC
7FB8
7038
8070
0070
20E0
70E0
71C8
39DC
3FBE
1FF8
0FF0
0FC0
0780
0200
ENDCHAR
STARTCHAR carriagereturn
ENCODING 8629
SWIDTH 545 0
DWIDTH 17 0
BBX 20 18 0 4
BITMAP
000070
000070
000070
0000E0
00C0E0
01E0E0
0780E0
0F00E0
1E01C0
3FFFC0
FFFFC0
7FFFC0
3C0000
1E0000
0E0000
0F0000
060000
020000
ENDCHAR
STARTCHAR uni21B9 STARTCHAR uni21B9
ENCODING 8633 ENCODING 8633
SWIDTH 545 0 SWIDTH 545 0
@ -2960,6 +3103,70 @@ FFFD80
03C380 03C380
010000 010000
ENDCHAR ENDCHAR
STARTCHAR uni21DA
ENCODING 8666
SWIDTH 545 0
DWIDTH 17 0
BBX 18 14 1 5
BITMAP
018000
038000
07FFC0
0FFFC0
1C0000
780000
FFFF80
FFFF80
780000
380000
3FFF00
1FFF00
0E0000
040000
ENDCHAR
STARTCHAR uni21DB
ENCODING 8667
SWIDTH 545 0
DWIDTH 17 0
BBX 19 14 -1 5
BITMAP
000400
000E00
3FFF00
3FFF00
000780
0003C0
3FFFE0
7FFFC0
000780
000F00
7FFE00
FFF800
007000
002000
ENDCHAR
STARTCHAR uni21DC
ENCODING 8668
SWIDTH 545 0
DWIDTH 17 0
BBX 18 15 0 4
BITMAP
008000
018000
03C000
078000
0E4900
3CD980
7FFF80
FFFFC0
7FFFC0
386D80
3C4800
1E0000
0F0000
060000
040000
ENDCHAR
STARTCHAR uni21E4 STARTCHAR uni21E4
ENCODING 8676 ENCODING 8676
SWIDTH 545 0 SWIDTH 545 0
@ -3004,50 +3211,217 @@ FFFDC0
030000 030000
020000 020000
ENDCHAR ENDCHAR
STARTCHAR uni21E7 STARTCHAR uni21FF
ENCODING 8679 ENCODING 8703
SWIDTH 545 0 SWIDTH 545 0
DWIDTH 17 0 DWIDTH 17 0
BBX 18 18 0 3 BBX 21 17 -1 3
BITMAP BITMAP
001000 002400
003000 004600
007800 00C700
00FC00 03C700
03FC00 07C780
079E00 0FCFC0
0F0E00 3F8FE0
1E0F00 7BFEF0
E3FE78
73FCF0
7B9DC0
3F1F80 3F1F80
7E1F80 1F1F00
FE1FC0 0F1E00
0E1C00 073800
0E3800 023000
0E3800 022000
1C3800
1FF800
1FF000
1FF000
ENDCHAR ENDCHAR
STARTCHAR uni25A2 STARTCHAR intersection
ENCODING 9634 ENCODING 8745
SWIDTH 545 0 SWIDTH 545 0
DWIDTH 17 0 DWIDTH 17 0
BBX 15 14 1 4 BBX 16 18 0 1
BITMAP BITMAP
1FF8 00F8
7FFC 03FE
7FFE 07FE
F00E 0F0F
E00E 0E07
E00E 1C07
E00E 1C07
E00E 1C07
E00E 380E
E00E 380E
F00E 380E
7FFE 380E
7FFC 380E
1FF8 701C
701C
701C
701C
F038
ENDCHAR
STARTCHAR weather-windy
ENCODING 58142
SWIDTH 545 0
DWIDTH 17 0
BBX 25 9 0 7
BITMAP
1FFFE000
1FFFE000
00000000
00000000
FFFF7F80
FFFF3F00
00000000
07FFF800
07FFF800
ENDCHAR
STARTCHAR cod-search
ENCODING 60013
SWIDTH 545 0
DWIDTH 17 0
BBX 30 32 0 -4
BITMAP
0001FE00
0007FF80
000E01C0
001C00E0
00300070
00700038
00600018
00E00018
00C0000C
00C0000C
00C0000C
00C0000C
00C0000C
00C0001C
00600018
00600018
00300030
00380070
003C00E0
007F87C0
00E3FF00
00C07800
01800000
03800000
07000000
0E000000
1C000000
38000000
30000000
60000000
C0000000
40000000
ENDCHAR
STARTCHAR cod-copy
ENCODING 60364
SWIDTH 545 0
DWIDTH 17 0
BBX 24 28 0 -2
BITMAP
7FFC00
FFFE00
C00000
C00000
C7FFC0
CFFFE0
CC0070
CC0038
CC001C
CC000E
CC0007
CC0003
CC0003
CC0003
CC0003
CC0003
CC0003
CC0003
CC0003
CC0003
CC0003
CC0003
4C0003
4C0003
0C0003
0C0003
07FFFE
03FFFC
ENDCHAR
STARTCHAR cod-layers
ENCODING 60370
SWIDTH 545 0
DWIDTH 17 0
BBX 25 28 0 -2
BITMAP
001C0000
007F0000
00E78000
03C1E000
0700F000
1E003C00
3C001E00
70000780
E0000380
F0000380
78000F00
1E003C00
0F007800
03C1E000
81E3C080
787F0F00
1E3C3C00
0F007800
03C1E000
81E38080
787F0F00
1E3C3C00
0F007800
03C1E000
01E3C000
007F0000
003C0000
00080000
ENDCHAR
STARTCHAR linux-tux
ENCODING 62234
SWIDTH 545 0
DWIDTH 17 0
BBX 28 32 0 -4
BITMAP
001F0000
003FC000
003FC000
007FE000
005CE000
006AE000
007FE000
0061E000
0041E000
006FE000
00567000
00487000
00803800
01803C00
03803E00
03001E00
03001B00
06000F00
06000F00
0E000B00
0E000F00
0A003F00
71002F80
80802E80
80C02040
80602020
80404010
8021C020
801FC0C0
7020C100
0E204600
01C03800
ENDCHAR ENDCHAR
ENDFONT ENDFONT

View File

@ -9,7 +9,7 @@
{ {
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
( python3.withPackages ( ps: [ ps.fontforge ] ) ) ( python3.withPackages ( ps: [ ps.fontforge ps.ipython ] ) )
]; ];
}; };
} }