shithub: m8c

Download patch

ref: d8a05cb2d85fa46fbd6d72b199db700d66aad37a
parent: f88de02edca836ac1721f54aa6402401195e2172
author: Jonne Kokkonen <jonne.kokkonen@gmail.com>
date: Sat Apr 5 05:29:38 EDT 2025

change device disconnected text to "m8 device not detected"

--- a/src/fx_cube.c
+++ b/src/fx_cube.c
@@ -72,7 +72,7 @@
   SDL_SetRenderDrawColor(fx_renderer, 0, 0, 0, SDL_ALPHA_OPAQUE);
   SDL_RenderClear(fx_renderer);
 
-  inprint(fx_renderer, "DEVICE DISCONNECTED", texture_width - font_glyph_width * 19 - 21,
+  inprint(fx_renderer, "M8 DEVICE NOT DETECTED", texture_width - font_glyph_width * 22 - 23,
           texture_height - 12, 0xFFFFFF, 0x000000);
   inprint(fx_renderer, "M8C", 2, 2, 0xFFFFFF, 0x000000);
 
--