Text display works, icon is not displayed. Is the JSON correct? #429
rodolfozan
started this conversation in
Help
Replies: 1 comment 2 replies
-
|
IDs only work with NodeRed. The PixelIt Core node downloads the bitmap. When using a native json you need to send the raw image like described in the documentation. The device will never download the image - thats by design :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
what exactly does the JSON need to look like for the icon and text to be displayed on the Pixelit (Ulanzi)?
The following (sent to an MQTT Output Node) only displays the text, but not the icon.
{ "text": { "textString": "Test", "hexColor": "#00FF00", "position": { "x": 8, "y": 1 } }, "icon": { "id": 1908 } }Beta Was this translation helpful? Give feedback.
All reactions