tarinaretake

git clone https://git.tarina.org/tarinaretake
Log | Files | Refs | README | LICENSE

commit 2eb2e5017d43d2a333d2ca2d6089bea1fd3c9a3f
parent eeac24e3208e3ae29bf1b05cab94dc626b77ca1b
Author: rob <rob@tarina.org>
Date:   Tue, 14 Nov 2023 18:28:03 +0000

button help on its own overlay

Diffstat:
MVERSION | 2+-
Mtarinaretake.py | 7++++---
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/VERSION b/VERSION @@ -1,2 +1,2 @@ -1.42 +1.43 Jackson diff --git a/tarinaretake.py b/tarinaretake.py @@ -126,6 +126,7 @@ def main(): showmenu_settings = True showhelp = False overlay = None + overlay2 = None underlay = None reclenght = 0 t = 0 @@ -323,11 +324,11 @@ def main(): elif pressed == 'showhelp': vumetermessage('Button layout') if showhelp == False: - overlay = removeimage(camera, overlay) - overlay = displayimage(camera, tarinafolder+'/extras/buttons.png', overlay, 4) + overlay2 = removeimage(camera, overlay2) + overlay2 = displayimage(camera, tarinafolder+'/extras/buttons.png', overlay, 4) showhelp = True elif showhelp == True: - overlay = removeimage(camera, overlay) + overlay2 = removeimage(camera, overlay2) updatethumb = True showhelp = False #while holdbutton == 'showhelp' or pressed == 'H':