updated to correct font and added splash option to the driver cmdline.txt

This commit is contained in:
langolierz
2018-03-14 01:59:32 +00:00
parent 342e850ca9
commit dd208caf10
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ class Display(object):
@staticmethod
def _create_display_text(tk):
return Text(tk, bg="black", fg="white", font=('courier', 13))
return Text(tk, bg="black", fg="white", font=('Liberation Mono', 13))
def _add_tags(self):
self.display_text.tag_configure("SELECT", background="white", foreground="black")

View File

@@ -1 +1 @@
dwc_otg.lpm_enable=0 console=tty1 console=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait fbcon=map:10 fbcon=font:ProFont6x11 logo.nologo
dwc_otg.lpm_enable=0 console=tty1 console=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait fbcon=map:10 fbcon=font:ProFont6x11 quiet splash logo.nologo