Marek Mach

Results 12 comments of Marek Mach

In the name of the library, it says **SSD1306Ascii**. Ascii stands for _American Standard Code for Information Interchange_. It means that there are 255 defined symbols that can be displayed...

Touch controls work mostly fine, it's just that you can't drag the window with touch. The controls are still acessible and they appear as soon as you touch the window....

@mbratch not to be offensive or anything but that's a really roundabout way of doing this. I'd sudgest looking into [timer interrupts](https://youtu.be/2kr5A350H7E) or other kinds of internal interrupts. In short...

Hi, the issue is that these dots are multiplexed like if they were digits. If you controlled the pin with regular digital write, you'd not only control the colon, but...

ahoj, jestli potřebuješ s něčím pomoct taky mapiš na twitru @marekmach24

Hi, from a recent pull request: >I don't use pull requests since development is not in this repository. [(link to the message)](https://github.com/greiman/SSD1306Ascii/pull/99#issuecomment-1417960942) It is possible he'll add it to the...

It means that pull request will not be merged. Check the link I attached bellow the quote. I'm sorry for making mess in this, I just saw this reply from...

I'm not really sure what could be doing that, but try playing with `sevseg.setBrightness(90);` (try changing the number to some positive or negative value). Let us know if it helped!

Yeah, for sure. One thought I have, try replacing the `snprintf` function with just a simple `strcpy(dtime, "abcd");` and see if that gets rid of the issue.

One thought, maybe try commenting out the `rtc.now();`. Also, one other thought I had, try just disabling the display all together by commenting out the refresh command. Then see if...