Skip to content

Commit f977bad

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent d29e9be commit f977bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/screen_lock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ unsigned long LockScreen::update()
4141
_screen.fillSmoothRoundRect(rect_x, rect_y, rect_width, rect_height, 10, TFT_WHITE);
4242

4343
// 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
44+
// Attempt to render the lock image from a PNG file at the specified location
4545
render_image("/lock.png", LOCK_ICON_X, LOCK_ICON_Y, _screen);
4646

4747
// Always draw the text message

0 commit comments

Comments
 (0)