bugfix: dis.real_clear after BBQR is shown
This commit is contained in:
parent
a1ce940436
commit
9471daab91
@ -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
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user