bugfix: dis.real_clear after BBQR is shown

This commit is contained in:
scgbckbone 2024-07-12 12:23:00 +02:00 committed by doc-hex
parent a1ce940436
commit 9471daab91
2 changed files with 2 additions and 1 deletions

View File

@ -19,5 +19,6 @@ This lists the new changes that have not yet been published in a normal release.
## 1.2.4Q - 2024-08-xx
- New Feature: (BB)QR file share
- Bugfix: Properly clear LCD screen after BBQR is shown

View File

@ -1185,7 +1185,7 @@ async def show_bbqr_codes(type_code, data, msg, already_hex=False):
if ch: break
# after QR drawing, we need to correct some pixels
dis.clear()
dis.real_clear()
# EOF