mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 09:50:19 +01:00
#2963 marking touchscreen as experimental
This commit is contained in:
parent
535b4b43f9
commit
39e52edbb5
@ -34,7 +34,7 @@
|
||||
- Fixed: LND repair options, SEED+SCB and rescue-file restore, RESET options [issue](https://github.com/rootzoll/raspiblitz/issues/2832)
|
||||
- Info: All existing IP2Tor subscriptions need to be canceled & renewed to be functional again.
|
||||
- Info: 32GB sd card is now required (was already long time recommended on shopping list)
|
||||
- Info: Also the touchscreen graphical mode is not recommended to run at the moment - can make system unstable. This might take until v1.8.1 where the touchscreen will get a refactor/rewritwe.
|
||||
- Info: The touchscreen graphical mode is back to experimental for now and missing some UI fixes. This might take until v1.8.1 where the touchscreen will get a refactor/rewritwe.
|
||||
|
||||
## What's new in Version 1.7.1 of RaspiBlitz?
|
||||
|
||||
|
@ -655,7 +655,7 @@ It will enable 4 touch buttons on the left hand side of the screen.
|
||||
- Invoice - creates an Invoice-QR code that can be used for payments
|
||||
- Off - Shutdown or Restart the RaspiBlitz
|
||||
|
||||
Please mind that the touchscreen is still experimental and with recent changes can make the system unstable. This might take still until v1.8.1 release where the touchscreen is planned for a refactor/rewrite.
|
||||
Please mind that the touchscreen is still experimental and with recent changes is missing certain UI fixes. This might take still until v1.8.1 release where the touchscreen is planned for a refactor/rewrite.
|
||||
|
||||
##### LCD Rotate
|
||||
|
||||
|
@ -111,7 +111,7 @@ OPTIONS=()
|
||||
|
||||
# LCD options (only when running with LCD screen)
|
||||
if [ "${displayClass}" == "lcd" ]; then
|
||||
OPTIONS+=(s 'Touchscreen (unstable)' ${touchscreenMenu})
|
||||
OPTIONS+=(s 'Touchscreen (experimental)' ${touchscreenMenu})
|
||||
OPTIONS+=(r 'LCD Rotate' ${lcdrotateMenu})
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user