RGB16 files for 8266 Universal Display #17075
Replies: 5 comments 23 replies
-
Scripteditor is a specific tool for Tasmota scripting language that you will find reference here: |
Beta Was this translation helpful? Give feedback.
-
I managed to download the ScriptEditor.zip file and found that I couldn't get it to run on Windows 10. not sure why. The MAC version seemed to run ok. For anyone else wondering which submenu the converter is under, it's not as obvious as it might seem. From the "Various" menu - swipe over "Start" and then select "Font Editor". Then select "convert picture to RGB16 format". I am not sure what to do next though ? Selecting a JPG file and then entering a size seemed to just create a script that looked as follows:
@gemu2015 What should i do now? Is a file created in the same directory as the source? - it looks like it but can you confirm pls? |
Beta Was this translation helpful? Give feedback.
-
ok i found the issue and it was related to a clash between an ILI9488 and SD card. |
Beta Was this translation helpful? Give feedback.
-
Rather than opening a new thread I thought piggy backing on this old thread. I have a situation:
What could be the issue? |
Beta Was this translation helpful? Give feedback.
-
@gemu2015 Posting in this thread which is already about making the ScriptEditor work to convert image files to RGB format. I tried to do this on an extra computer with Windows 10, current update level, and saw it crashing when trying to convert this simple PNG image (also when using a JPG image). Here are my steps:
Using the Windows event viewer, Appliation logs, I found info about the crash. When loading, these messages, not the crash, but maybe interesting
Next the "Application Error" crash message:
Next an "Information" message
And a new "Application Error", similar to the first, but different exception code
And last another "Information" message, basically a copy of the prior one. Another observation was than when trying on a small laptop screen (instead of a bigger display), the ScriptEditor window was taller than available screen size, and the image converter window also. In both cases with top of window being above top of screen, making them hard to use. The usual |
Beta Was this translation helpful? Give feedback.
-
Hello All
Does anyone know how to create the RGB16 format files that are mentioned in the Display pages (here) which can be used on non-esp32 devices with the command:
Pfilename: = display an rgb 16-bit color (or jpg on ESP32) image when file system is present, Scripteditor contains a converter to convert jpg to special RGB16 pictures
Scripteditor is mentioned and he approx of the format but it's not clear how this type of files would be created and I couldnt find a sensible reference on google for which script editor. Is there a more specific definition of these files and how they can be created please?
Beta Was this translation helpful? Give feedback.
All reactions