diff --git a/display_centre/display.py b/display_centre/display.py index 62c0d9c..59ac8d1 100644 --- a/display_centre/display.py +++ b/display_centre/display.py @@ -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") diff --git a/dotfiles/lcd_display_drivers/LCD-show/cmdline.txt b/dotfiles/lcd_display_drivers/LCD-show/cmdline.txt index 936142b..6320e7c 100755 --- a/dotfiles/lcd_display_drivers/LCD-show/cmdline.txt +++ b/dotfiles/lcd_display_drivers/LCD-show/cmdline.txt @@ -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