128x128 1.5" I2C OLED

Give it a try, it costs you nothing !
Post Reply
lyizb
Posts: 231
Joined: Fri Feb 12, 2021 8:23 pm
Has thanked: 118 times
Been thanked: 81 times

128x128 1.5" I2C OLED

Post by lyizb »

Any chance of support for this OLED?

https://www.aliexpress.us/item/2255799863676468.html
User avatar
cicciocb
Site Admin
Posts: 2717
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 576 times
Been thanked: 1958 times
Contact:

Re: 128x128 1.5" I2C OLED

Post by cicciocb »

I have in the "oven" the objective to replace the current graphic library tft_espi with lovyangfx. If the library supports this display, I'll include the support
User avatar
karlkloss
Posts: 124
Joined: Fri Aug 18, 2023 12:21 pm
Has thanked: 21 times
Been thanked: 14 times

Re: 128x128 1.5" I2C OLED

Post by karlkloss »

User avatar
cicciocb
Site Admin
Posts: 2717
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 576 times
Been thanked: 1958 times
Contact:

Re: 128x128 1.5" I2C OLED

Post by cicciocb »

I'm actually working on the integration of the LovyanGFX library and I'm quite happy with the result.

The library is fast and it is possible to create animations, sprites and I also implemented the display of animated GIFs.

Still a long work to be done, I want to integrate it inside the GUI (and probably change it completely), include it in the VGA and in the other "graphical" parts of Annex.

I never tried to use LVGL as it requires too much memory and too much resources of the CPU so, I think, that is mainly adapted to a custom application and not for a "generic" like Annex.

However, with the new LovyanGFX library I think that some nice effects could be done.
comptebidouille
Posts: 17
Joined: Sun Nov 19, 2023 10:52 am
Has thanked: 16 times

Re: 128x128 1.5" I2C OLED

Post by comptebidouille »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Wed Jan 08, 2025 10:25 am I'm actually working on the integration of the LovyanGFX library and I'm quite happy with the result.

The library is fast and it is possible to create animations, sprites and I also implemented the display of animated GIFs.

Still a long work to be done, I want to integrate it inside the GUI (and probably change it completely), include it in the VGA and in the other "graphical" parts of Annex.

I never tried to use LVGL as it requires too much memory and too much resources of the CPU so, I think, that is mainly adapted to a custom application and not for a "generic" like Annex.

However, with the new LovyanGFX library I think that some nice effects could be done.
You're doing just fine since the beginning !!! :o 8-)
Will you integrate GIF anim syntax like for exemple "PRINT.GIF x,y,gif$" ?
Thank you ! ;)
User avatar
cicciocb
Site Admin
Posts: 2717
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 576 times
Been thanked: 1958 times
Contact:

Re: 128x128 1.5" I2C OLED

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Fri Jan 10, 2025 12:32 pm Will you integrate GIF anim syntax like for exemple "PRINT.GIF x,y,gif$" ?
Thank you ! ;)
Yes but not as you imagine, the GIF will be something like a movie to play as a whole (blocking the program) or frame by frame.
Post Reply