From b9371da0aa6feeb18e13fd5a6c64e225c7a49c54 Mon Sep 17 00:00:00 2001 From: goodtft Date: Wed, 15 Mar 2017 14:53:04 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 650e531..3aa4cd6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ #LCD driver for the Raspberry PI Installation + ##Update: v1.2-20170302 - ###add the command bellow to solve problem with Raspbian-2017-03-02 -```sudo dpkg -i -B xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb``` -```sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf``` + ##dd the command bellow to solve problem with Raspbian-2017-03-02

+```sudo dpkg -i -B xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb```

+```sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf```

+ ##Update: v1.1-20160815