Skip to content

Commit

Permalink
contrib/st: change fb_dev to /dev/vga
Browse files Browse the repository at this point in the history
  • Loading branch information
panantoni01 committed Feb 10, 2024
1 parent e3b3b83 commit 428ff7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/st/patches/config.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Index: st/st/config.def.h
===================================================================
--- st.orig/st/config.def.h 2023-08-20 18:04:54.860564071 +0200
+++ st/st/config.def.h 2023-08-20 18:43:46.493955311 +0200
--- st.orig/st/config.def.h 2023-08-27 13:22:24.706534543 +0200
+++ st/st/config.def.h 2024-02-10 01:44:45.170422254 +0100
@@ -1,11 +1,14 @@
/* See LICENSE file for copyright and license details. */

+static const char *fb_dev = "/dev/fb0";
+static const char *fb_dev = "/dev/vga";
+static const char *ev_dev = "/dev/input/event0";
+static const char *font_file = "/etc/spleen-8x16.fnt";
+
Expand Down

0 comments on commit 428ff7a

Please sign in to comment.