diff --git a/main.py b/main.py index af05714c..fc0d3451 100644 --- a/main.py +++ b/main.py @@ -204,7 +204,7 @@ def sighandler(signum, frame): # Display custom text with transparent background DisplayText(lcd_comm, "Transparent bold text", 5, 300, - font="roboto/Roboto-Bold.ttf", + font="geforce/GeForce-Bold.ttf", font_size=30, font_color=(255, 255, 255), background_image="res/example.png") diff --git a/res/fonts/geforce/GeForce-Bold.ttf b/res/fonts/geforce/GeForce-Bold.ttf new file mode 100644 index 00000000..5534d7cd Binary files /dev/null and b/res/fonts/geforce/GeForce-Bold.ttf differ diff --git a/res/fonts/geforce/GeForce-Light.ttf b/res/fonts/geforce/GeForce-Light.ttf new file mode 100644 index 00000000..c3db4222 Binary files /dev/null and b/res/fonts/geforce/GeForce-Light.ttf differ diff --git a/res/themes/3.5inchTheme2_theme_background.png b/res/themes/3.5inchTheme2_theme_background.png new file mode 100755 index 00000000..c4783c67 Binary files /dev/null and b/res/themes/3.5inchTheme2_theme_background.png differ diff --git a/res/themes/3.5inchTheme2_theme_example.png b/res/themes/3.5inchTheme2_theme_example.png new file mode 100755 index 00000000..cafeed38 Binary files /dev/null and b/res/themes/3.5inchTheme2_theme_example.png differ diff --git a/res/themes/Cyberpunk2077_theme_background.png b/res/themes/Cyberpunk2077_theme_background.png new file mode 100755 index 00000000..ecff3b4a Binary files /dev/null and b/res/themes/Cyberpunk2077_theme_background.png differ diff --git a/res/themes/Cyberpunk2077_theme_example.png b/res/themes/Cyberpunk2077_theme_example.png new file mode 100755 index 00000000..c1737870 Binary files /dev/null and b/res/themes/Cyberpunk2077_theme_example.png differ diff --git a/res/themes/Landscape6Grid_theme_background.png b/res/themes/Landscape6Grid_theme_background.png new file mode 100755 index 00000000..2153b46e Binary files /dev/null and b/res/themes/Landscape6Grid_theme_background.png differ diff --git a/res/themes/Landscape6Grid_theme_example.png b/res/themes/Landscape6Grid_theme_example.png new file mode 100755 index 00000000..f463a816 Binary files /dev/null and b/res/themes/Landscape6Grid_theme_example.png differ diff --git a/res/themes/LandscapeDeepSpace_theme_background.png b/res/themes/LandscapeDeepSpace_theme_background.png new file mode 100755 index 00000000..15bb5499 Binary files /dev/null and b/res/themes/LandscapeDeepSpace_theme_background.png differ diff --git a/res/themes/LandscapeDeepSpace_theme_example.png b/res/themes/LandscapeDeepSpace_theme_example.png new file mode 100755 index 00000000..de18d966 Binary files /dev/null and b/res/themes/LandscapeDeepSpace_theme_example.png differ diff --git a/res/themes/LandscapeMagicBlue_theme_background.png b/res/themes/LandscapeMagicBlue_theme_background.png new file mode 100755 index 00000000..5c75530b Binary files /dev/null and b/res/themes/LandscapeMagicBlue_theme_background.png differ diff --git a/res/themes/LandscapeMagicBlue_theme_example.png b/res/themes/LandscapeMagicBlue_theme_example.png new file mode 100755 index 00000000..5154374b Binary files /dev/null and b/res/themes/LandscapeMagicBlue_theme_example.png differ diff --git a/res/themes/LandscapeTechnology_theme_background.png b/res/themes/LandscapeTechnology_theme_background.png new file mode 100755 index 00000000..e481dfe3 Binary files /dev/null and b/res/themes/LandscapeTechnology_theme_background.png differ diff --git a/res/themes/LandscapeTechnology_theme_example.png b/res/themes/LandscapeTechnology_theme_example.png new file mode 100755 index 00000000..e3b53994 Binary files /dev/null and b/res/themes/LandscapeTechnology_theme_example.png differ diff --git a/res/themes/MagicBlue_theme_background.png b/res/themes/MagicBlue_theme_background.png new file mode 100755 index 00000000..2caeb8da Binary files /dev/null and b/res/themes/MagicBlue_theme_background.png differ diff --git a/res/themes/MagicBlue_theme_example.png b/res/themes/MagicBlue_theme_example.png new file mode 100755 index 00000000..c2c8f2a8 Binary files /dev/null and b/res/themes/MagicBlue_theme_example.png differ