mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
updated to correct font and added splash option to the driver cmdline.txt
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user