From 657d0c5ea7292a6d2aadcc21dc6a05ec5b37d40f Mon Sep 17 00:00:00 2001 From: bluecell296 <43343391+openoms@users.noreply.github.com> Date: Mon, 18 Feb 2019 18:08:13 +0000 Subject: [PATCH] resolve conflict in FAQ --- FAQ.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/FAQ.md b/FAQ.md index a88ae31..7d8ac83 100644 --- a/FAQ.md +++ b/FAQ.md @@ -515,8 +515,3 @@ You could try to re-index, but that can take some very long time - multiple days Another option would be to delete the old blockchain and get a new one. See for details the FAQ question: [I have the full blockchain on another computer. How do I copy it to the RaspiBlitz?](FAQ.md#i-have-the-full-blockchain-on-another-computer-how-do-i-copy-it-to-the-raspiblitz). And even if you are not able to delete the data, first rename the undeletable folders and then follow the instructions. Also make sure to check again on your power supply - it needs to deliver equal or more then 3A and should deliver a stable current. If you think your HDD is degrading - maybe this is a good time to replace it. See for details the FAQ question: [How can I recover my coins from a failing RaspiBlitz?](FAQ.md#how-can-i-recover-my-coins-from-a-failing-raspiblitz) - -## Can I flip the screen? - -For the default 3.5" LCD you need to edit the /boot/config.txt. Run `sudo nano /boot/config.txt` -look for the line `dtoverlay=tft35a:rotate=270` towards the end. To flip the screen with 180 degrees change the line to `dtoverlay=tft35a:rotate=90` and reboot with `sudo reboot`. Reference: https://github.com/goodtft/LCD-show/issues/34