embeddedt

Results 330 comments of embeddedt

> This define replaces a function with an other. Fortunately, there aren't so many cases like this. Here the solution could be to enable both functions and hide the #if...

@kisvegabor Excellent! That's exactly what I was thinking!

@hlarouss Just to clarify, you are not selecting raw format for the color format, just "Binary" under output format, right? If so, unfortunately this is the one option [my converter](https://github.com/embeddedt/lv_img_conv)...

I expect the indexed formats to be different, as I am not using exactly the same conversion logic that the PHP converter used. However, the resulting image should look similar...

@kisvegabor @hlarouss @Yohannfra I have finally gotten a chance to sit down and spend a couple hours adding binary support to my converter. Please note that this has had very...

> What do you think about using it on lvgl.io? We can announce that we have replaced the image converter and ask for feedback. Sounds good to me. > Can...

Okay; I've moved it to https://github.com/lvgl/lv_img_conv.

Hmmm... it looks like it was not bundled. Did you add it the same way as the new font converter?

Hmm... interestingly, I didn't get that error before, however, I have switched to nvm as well since I started working on this project, and I do get that error when...

Hmm... it should be working exactly the same way as the font converter, as I based the entire structure/bundler configuration on it. JQuery is supposed to be included [here](https://github.com/lvgl/lv_img_conv/blob/d56fbd3b5107b7aac8251e180f6085f1dd2cd034/web/index.html#L7-L10). *...