fornellas / eglib

A portable C library for interfacing with LCD, OLED, e-ink / e-paper displays.
Other
6 stars 4 forks source link

Arduino based hal layer for ESP32, enhanced ili9341 driver (both draft), and return of advance in eglib_DrawFilledWChar() #33

Open iltis42 opened 2 years ago

iltis42 commented 2 years ago

The hal layer for ESP32 is kept in a separate directory enabling users to build only this using esp-idf. There is also the ili9341 implementation with an extended initialisation useful for ili9341 chips, has successfully been tested, but may needs further work to make it more universal, means remove dependency of arduino, what is done for gpio and missing for the SPI still. Last not least there is an extension for drawing.c in order to calculate position of next char by return the advance in eglib_DrawFilledWChar, if good, i will create an PR for eglib_DrawWChar either.