Ssd1306 моргание строк

Как сделать, чтобы строки дата и время не отображались друг за другом. А как вывести одновременно? Спасибо

The easiest solution would be to use concat to join mytime and mydate into a single string to display. You can expand concat node to 3 input pins and use the middle pin for separator string between data and time (perhaps only spaces).

concat создает строки, а мне нужно объединить 2 строки в 2 ряда

I’m not sure since I have not used a graphic display, but it looks like you will need two text nodes to print two lines of text. My guess would be that you only need to render once to display both lines, and you would only need to render when the text input changes.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.