We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29e9be commit f977badCopy full SHA for f977bad
src/screens/screen_lock.cpp
@@ -41,7 +41,7 @@ unsigned long LockScreen::update()
41
_screen.fillSmoothRoundRect(rect_x, rect_y, rect_width, rect_height, 10, TFT_WHITE);
42
43
// Draw lock icon from PNG (if available) or draw a simple lock shape
44
- // Try to render the lock image - the render_image function doesn't return a value
+ // Attempt to render the lock image from a PNG file at the specified location
45
render_image("/lock.png", LOCK_ICON_X, LOCK_ICON_Y, _screen);
46
47
// Always draw the text message
0 commit comments