esp_p10_tetris_clock icon indicating copy to clipboard operation
esp_p10_tetris_clock copied to clipboard

Char printing with new PxMatrix

Open BCChad opened this issue 5 years ago • 25 comments

Hi Tobias,, I've installed the recently announced new version of PxMatrix (1,3,9=0) and AdaFruit GFX library (1.2.9). Now the opening splash screen ("Tetris Time") does not display correctly. The "s" wraps around to the second line. I am trying to track down in what library the display.print(letter) occurs. I moved the "s" to start printing in column 26, and it prints fine, and leaves a blank column #31, so it should print properly starting in column 27. Something is causing a wrap-around. I am pretty sure this is not a problem in your code but in one of the referenced libraries.

BCChad avatar Oct 17 '18 23:10 BCChad