The Wayback Machine - https://web.archive.org/web/20200707170059/https://github.com/topics/arkanoid
Skip to content
#

arkanoid

Here are 95 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 arkanoid 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 arkanoid topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.