Skip to content
#

st7735

Here are 46 public repositories matching this topic...

RoboDurden
RoboDurden commented Jul 28, 2019

Describe the bug
a freefont and ssd1306_print8 calls ssd1306_write8 which uses fixedfont-width to do line break :-(

size_t ssd1306_write8(uint8_t ch)
{
...
    else if ( (ssd1306_cursorX > ssd1306_lcd.width - s_fixedFont.h.width) || (ch == '\n') )

Please complete the following information:

  • library version: 1.7.21 installed via Arduino IDE
  • LCD display type: cheap 1

Improve this page

Add a description, image, and links to the st7735 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the st7735 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.