Multipage lcd i2c

У меня имеется проект где надо сделать мультистраничный показ на Lcd дисплее, но я не знаю как это сделать. Программу приложу. Так же требуется добавление любого количества страниц.ekkeke.xodball (32.7 KB)

One option is to use nth-input to select which page to display for each line of LCD.

В этой программе нельзя добавить еще страницу. То есть нельзя сделать 3 страницы.

nth-input is a variadic. You can expand it to add as many pages as you want. Just change greater node to compare to actual last page # (and make sure both nth-input nodes are the same size).

Thanks you. problem resolved.

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