Open parthbhat13 opened 11 months ago
Hi, I actually drew these fonts in the old school way on graph paper and then calculated the individual bytes in my head. Of course you can use an OLED font editor, such as this one: https://sourpuss.net/projects/fontedit/
Hi, Thanks for your response. I was running away from going deep into the whole oled and screen things but I guess I eventually have to haha. Thanks for the website. I guess I better start from scratch and learn rather than to copy paste.
Thanks again.
You can use the Arduino IDE. There are certainly a lot of ready-made libraries for different displays, many fonts to choose from and certainly tools for font creation.
Hi, im so sorry to create a issue, i could not find any direct way to contact you. ive been a big fan of your projects and mainly how you play with the OLED displays and optimize the code. i was trying to use some fonts of yours in my code, but i saw that you have mostly stripped down a lot of things to save the memory. My most favouraite have been the 7 Segment style font. now i was wanting to use some letters like "I" , "A" or even in the big font. but i am so confused on how exactly have you made those fonts that i just was forced to contact you here as an issue. again sorry for that. but can you guide me how can i actually make more alphabets of the following fonts from your different codes.
another one is for the 7 segment style
can you please give some guidance? or am i totally missing something? as well these fonts are taking from different projects of yours, im trying to implement this on STM32G030F6P6TR, i do have memory restrictions too. heres the C code attached.