refactor: sections of the badger

This commit is contained in:
2024-05-20 00:01:00 +02:00
parent 88c83d95ca
commit f316e12426
9 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ import os
import badger_os import badger_os
from widgets import draw_window, pprint, ptitle, plength, button, draw_ui from widgets import draw_window, pprint, ptitle, plength, button, draw_ui
IMAGE_WIDTH = 86 IMAGE_WIDTH = 96
IMAGE_HEIGHT = 96 IMAGE_HEIGHT = 96
DELTA = 0 DELTA = 0

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -2,4 +2,4 @@ Mariano Sciacco
IoT & Cloud Engineer IoT & Cloud Engineer
Vimar S.p.A. Vimar S.p.A.
git.marianosciacco.it git.marianosciacco.it
badge.bin badgem.bin

BIN
src/badges/badgem.bin Normal file

Binary file not shown.

BIN
src/badges/badgem.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -38,15 +38,15 @@ def draw_about():
display.image(image, 32, 32, 86, 56) display.image(image, 32, 32, 86, 56)
pprint(display, "AWS Summit", 125, 56, 0) pprint(display, "AWS Summit", 125, 56, 0)
pprint(display, "---", 125, 66, 0) # pprint(display, "---", 125, 66, 0)
pprint(display, "Milan (Italy)", 125, 76, 0) pprint(display, "Milan (Italy)", 125, 66, 0)
pprint(display, "2024", 125, 86, 0) pprint(display, "2024", 125, 76, 0)
def render(): def render():
display.pen(15) display.pen(15)
display.clear() display.clear()
draw_ui(display, "About") draw_ui(display, "Event")
draw_about() draw_about()

View File

@@ -51,7 +51,7 @@ def draw_qr_code(ox, oy, size, code):
def draw_qr_file(n): def draw_qr_file(n):
draw_window(display, 6, 26, 282, 94, " About us ") draw_window(display, 6, 26, 282, 94, " About me ")
file = CODES[n] file = CODES[n]
codetext = open("qrcodes/{}".format(file), "r") codetext = open("qrcodes/{}".format(file), "r")

View File

@@ -187,7 +187,7 @@ def draw_background(display):
# display.image(image, 296, 128, 0, 0) # display.image(image, 296, 128, 0, 0)
def draw_menu(display, selected): def draw_menu(display, selected):
menu = "Badge QR Special About" menu = "Badge QR About Event"
# logo # logo
display.pen(0) display.pen(0)