static constexpr int gpio_wr = 4; //to LCD WR(14) static constexpr int gpio_rd = 2; //to LCD RD(13) static constexpr int gpio_rs = 15; //to LCD DC(16) static constexpr int gpio_d0 = 12; //to LCD D0(4) ...