Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberlin authored Sep 3, 2021
1 parent 41dc01a commit b8a90d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ It was not a light task since is developed to work with Arduino framwork. That's
WString.cpp
WString.h

This is currently used in my project [Cale-idf](https://github.com/martinberlin/cale-idf) and the [ESP-IDF epaper component](https://github.com/martinberlin/CalEPD).
If someone knows C++ OOP better than me maybe is a better way to implement this without this libraries. The good thing is that this is working and might be a good start if you want to use fonts or geometric functions in ESP-IDF like drawCircle, drawPixel, etc.
To implement print / println after extending Adafruit GFX you should add this functions. Eg. in an epaper driver implementation
// epd.h
Expand Down Expand Up @@ -69,3 +70,8 @@ Recent Arduino IDE releases include the Library Manager for easy installation. O
- 'Fonts' folder contains bitmap fonts for use with recent (1.1 and later) Adafruit_GFX. To use a font in your Arduino sketch, #include the corresponding .h file and pass address of GFXfont struct to setFont(). Pass NULL to revert to 'classic' fixed-space bitmap font.

- 'fontconvert' folder contains a command-line tool for converting TTF fonts to Adafruit_GFX .h format.

## Related projects

- [Cale-idf](https://github.com/martinberlin/cale-idf)
- [CalEPD](https://github.com/martinberlin/CalEPD) the eink component for the ESP32 Espressif IDF framework

0 comments on commit b8a90d9

Please sign in to comment.