Stephen Denne
Stephen Denne
True, most of the text/fill/bitmap functions in the library assume that you've used the libraries default initialisation sequence (which includes Page addressing mode), and haven't changes the settings. I added...
@Velodrom that problem is solved by updating your TinyWireM version. Adafruit released a fix for that last year: https://github.com/adafruit/TinyWireM/releases/tag/1.0.1
The library already supports 8-bit fonts, for example the "DatacuteBoxyFont" example includes a custom font with a portion of the codepage 437 characters that are line drawing characters. You can...
Thanks Jeroen, I have another repository with fonts for TIny4kOLED, at https://github.com/datacute/TinyOLED-Fonts That font repository includes a 16x32 digits font, with a couple more characters than the one you created....
@Flo082002 and @S-Snowball I've created a runnable example here: https://wokwi.com/arduino/projects/321550584653021779 @jeroen64 Consolas is a font whose license restricts derived works, format conversions, etc. I've been working on a font converter...
Here's some screenshots of the font converter application that I've been working on:   
My Font Converter windows application is now available at https://github.com/datacute/FontConverter
Hi Deoptim. I think you intended some additional parenthesis: (contrast + 45) * 1.074 ? I've found that different screens can have very different responses to the contrast settings. Using...
This seems to work sufficiently: ``` xml ```
Thanks, those fonts are old, missing the optional fields I added to support variable width fonts. Those particular warnings are spurious, but I too like to examine and fix any...