how to make animations on pixel it #387
-
|
me i see animation on the pixel galery but i dont know how to do using a bitmap editor or node red(i'm dying for a simple home assistant server so i hope it's not node red) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Open any animated image in the gallery. Look at (i). The code contains comma-separated pictures. It will look something like this: Then, copy the resulting text in the notepad back to the editor's code area. For example: |
Beta Was this translation helpful? Give feedback.
-
|
Thanks |
Beta Was this translation helpful? Give feedback.
Open any animated image in the gallery. Look at (i). The code contains comma-separated pictures.
That is, you are drawing the first frame. Copy it, for example, into a notepad.
Then you draw the second frame. For example, with an offset.
and again you copy it into a notepad and insert comma/
It will look something like this:
Then, copy the resulting text in the notepad back to the editor's code area.
For example: