Closed reyfrancis closed 1 year ago
Hi Roberto. Thank you so much for writing the library. I checked adding new fonts and everything works for a 16x32 pixel font, but when I wanted to insert a larger 32x48 font, it was no longer displayed. I did everything as described above and I also found this piece of code in stm32_adafruit_lcd.c, `#define MAX_HEIGHT_FONT 48
/ Max size of bitmap will based on a font24 (17x24) / static uint8_t bitmap[MAX_HEIGHT_FONT MAX_WIDTH_FONT 2 + OFFSET_BITMAP] = {0};` I didn't quite understand what it does and set the maximum font sizes, but it still didn't work.
Can you put an example project somewhere with such a large character set?
Can you put an example project somewhere with such a large character set? < I wanted to make something like this screen.
Is there a character set file that didn't work well? Can you share it?
Hi. Thanks for your hard work on this library. I want to ask on how can we add a custom font and font size.