You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Blazor WebAssembly code and demo app for communicating with the "Matrix LED Disp
5
5
-[MI Matrix Display Web App](https://lostbeard.github.io/SpawnDev.MatrixLEDDisplay/)
6
6
- Display `.jpg`, `.png`, or `.gif` images on your 16x16 LED display using your web browser and Bluetooth.
7
7
- Animated `.gif` images are supported (limited to 8 frames.)
8
+
- No graffiti mode at this time.
8
9
9
10

10
11
@@ -20,8 +21,9 @@ and [Matrix Panel Plus](https://apps.apple.com/us/app/matrix-panel-plus/id674326
20
21
Merkury Innovations website doesn't list this display.
21
22
This YouTube [reviewer](https://www.youtube.com/watch?v=QN0TxJoeTNk) had the same issue.
22
23
23
-
I tried "MatrixPanel Plus" on 2 Android phones and the app didn't see or connect to the display on either one. The problem appears to be the app itself because my old Moto E running Android 10 was able to connect to and control the MI Matrix Display using Google Chrome and this demo.
24
-
The app must work on some devices though, as the GitHub repo I found with a lot of Bluetooth protocol work for this display apparently used that app. Reference: [offe/mi-led-display/snoops/README.md](https://github.com/offe/mi-led-display/blob/main/snoops/README.md)
24
+
I tried "MatrixPanel Plus" on 3 Android phones and the app only worked on 1 of them (the only Samsung, and newer than the others.)
25
+
The problem appears to be the app itself because my old Moto E running Android 10 was able to connect to and control the MI Matrix Display
26
+
using Google Chrome and this [MI Matrix Display Web App](https://lostbeard.github.io/SpawnDev.MatrixLEDDisplay/).
25
27
26
28
So if you bought one of these cool displays and want an alternative to the default app, this library and demo app can help you do that.
0 commit comments