SSD1306 simple I2C Library for STM32F10x LL (Low Layer drivers)
References
- https://github.com/eziya/STM32_HAL_ILI9341
- https://os.mbed.com/users/dreschpe/code/SPI_TFT_ILI9341/
- https://www.mikroe.com/glcd-font-creator
Library supports C font array created by GLCD Font Creator by MikroElektronika.
https://www.mikroe.com/glcd-font-creator
Please refer to the following link to get more details about fonts.
https://os.mbed.com/users/dreschpe/code/SPI_TFT_ILI9341/
[ How to add new fonts ]
- Run GLCD Font Creator
- Click File-New Font-Import An Existing System Font
- Select font, style and size from font dialog.
- GLCD Font Cretor makes Bitmap fonts
- Click Export for GLCD menu
- Select mikroC tab.
- Copy generated code to fonts.c file
- Modify data type from unsigned short to uint8_t
- Add optional bytes (offset, width, height, bpl) to the array !!! IMPORTANT !!!
- Add extern declaration to fonts.h file