Skip to content

Commit f74050c

Browse files
author
Joerg-D. Rothfuchs
committed
A very short change to get rid off the 3 white pixel in the screen title. Tested for X7, X9 and Horus in companion.
1 parent a63f043 commit f74050c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/ui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ local function requestPage(page)
158158
end
159159

160160
function drawScreenTitle(screen_title)
161-
lcd.drawFilledRectangle(0, 0, LCD_W, 10, SOLID)
161+
lcd.drawFilledRectangle(0, 0, LCD_W, 10)
162162
lcd.drawText(1,1,screen_title,INVERS)
163163
end
164164

0 commit comments

Comments
 (0)