Stephen Denne

Results 38 comments of 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: ![Main Screen](https://user-images.githubusercontent.com/325854/171967217-6bff17d8-c058-4eab-94af-a236342e3961.png) ![Typeface Information](https://user-images.githubusercontent.com/325854/171967434-0288171c-45e2-4afe-af8d-f0e6446e7a36.png) ![Conversion Rights Rules](https://user-images.githubusercontent.com/325854/171967494-193eba77-369b-45a0-a5e8-2e0cfa61120e.png)

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...