Przeglądaj źródła

Update the README with a new splash screen image preview.

Cody Tolene 2 lat temu
rodzic
commit
5b8457db52
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      views/camera_suite_view_start.c

+ 1 - 2
views/camera_suite_view_start.c

@@ -28,8 +28,7 @@ void camera_suite_view_start_draw(Canvas* canvas, CameraSuiteViewStartModel* mod
     UNUSED(model);
     canvas_clear(canvas);
 
-    // Draw Camera Suite logo. Hand drawn with the help
-    // of "https://lopaka.app/", check them out!
+    // Draw Camera Suite logo.
     canvas_draw_circle(canvas, 82, 28, 1);
     canvas_draw_circle(canvas, 85, 29, 11);
     canvas_draw_circle(canvas, 85, 29, 6);