olikraus / U8glib_Arduino

U8glib library for Arduino
Other
161 stars 84 forks source link

Add support for I2C display on STM32. #21

Closed ghent360 closed 5 years ago

ghent360 commented 6 years ago

tested on SSD1306 oled display using STM32 arduino code from: https://github.com/stm32duino/Arduino_Core_STM32 on Nucleo F446RE board.

olikraus commented 6 years ago

I do not work any more on u8glib. Instead U8g2 is the newer version, which also includes STM32 support.

ghent360 commented 6 years ago

I understand. Unfortunately your creation is too good and refuses to die. Projects like Marlin depend on it and there is little appetite to switch to the new version.

On Mon, Jul 30, 2018 at 7:43 AM, olikraus notifications@github.com wrote:

I do not work any more on u8glib. Instead U8g2 is the newer version, which also includes STM32 support.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/olikraus/U8glib_Arduino/pull/21#issuecomment-408888253, or mute the thread https://github.com/notifications/unsubscribe-auth/AHxY1pHehU3nTVkz3zkyMKrnE1GYJZFIks5uLxuHgaJpZM4VmBiQ .

olikraus commented 6 years ago

Projects like Marlin depend on it and there is little appetite to switch to the new version.

Yes, I know. Marlin stays with U8glib because of the size. But adding new features like UTF-8 or STM32 support requires a little bit more ROM. U8g2 has better support for new platforms, but the new internal APIs and abstraction layers made U8g2 a little bit bigger.

ghent360 commented 5 years ago

Would you kindly point me to the right repo?

On Tue, Nov 20, 2018 at 9:19 PM olikraus notifications@github.com wrote:

@olikraus commented on this pull request.

It doesn't make sense to add this here, because it will be overwriten with any further u8glib release.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/olikraus/U8glib_Arduino/pull/21#pullrequestreview-177080125, or mute the thread https://github.com/notifications/unsubscribe-auth/AHxY1v2k0X2u7fUowVNEm_Id2dJV3Zr0ks5uxOJlgaJpZM4VmBiQ .

olikraus commented 5 years ago

It would be this: https://github.com/olikraus/u8glib

However, there is no plan to create another release. Any option to use u8g2 instead?