improved drawing text for area drawing
This commit is contained in:
parent
d9ee0f388d
commit
f2c059dcc7
@ -181,6 +181,6 @@ class Area(Pixel):
|
||||
for bit in range(bits):
|
||||
if data & 0x01:
|
||||
self.driver.data(color, None)
|
||||
elif with_background:
|
||||
else:
|
||||
self.driver.data(background_color, None)
|
||||
data >>= 1
|
||||
|
Loading…
Reference in New Issue
Block a user