|
|
@@ -7427,6 +7427,150 @@ class U8G2_SSD1309_128X64_NONAME0_F_2ND_HW_I2C : public U8G2 {
|
|
|
u8x8_SetPin_HW_I2C(getU8x8(), reset);
|
|
|
}
|
|
|
};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_1_4W_SW_SPI : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_1_4W_SW_SPI(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_1(&u8g2, rotation, u8x8_byte_arduino_4wire_sw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_SW_SPI(getU8x8(), clock, data, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_1_4W_HW_SPI : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_1_4W_HW_SPI(const u8g2_cb_t *rotation, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_1(&u8g2, rotation, u8x8_byte_arduino_hw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_HW_SPI(getU8x8(), cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_1_2ND_4W_HW_SPI : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_1_2ND_4W_HW_SPI(const u8g2_cb_t *rotation, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_1(&u8g2, rotation, u8x8_byte_arduino_2nd_hw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_HW_SPI(getU8x8(), cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_1_6800 : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_1_6800(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_1(&u8g2, rotation, u8x8_byte_8bit_6800mode, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_8Bit_6800(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_1_8080 : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_1_8080(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_1(&u8g2, rotation, u8x8_byte_arduino_8bit_8080mode, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_2_4W_SW_SPI : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_2_4W_SW_SPI(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_2(&u8g2, rotation, u8x8_byte_arduino_4wire_sw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_SW_SPI(getU8x8(), clock, data, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_2_4W_HW_SPI : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_2_4W_HW_SPI(const u8g2_cb_t *rotation, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_2(&u8g2, rotation, u8x8_byte_arduino_hw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_HW_SPI(getU8x8(), cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_2_2ND_4W_HW_SPI : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_2_2ND_4W_HW_SPI(const u8g2_cb_t *rotation, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_2(&u8g2, rotation, u8x8_byte_arduino_2nd_hw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_HW_SPI(getU8x8(), cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_2_6800 : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_2_6800(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_2(&u8g2, rotation, u8x8_byte_8bit_6800mode, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_8Bit_6800(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_2_8080 : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_2_8080(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_2(&u8g2, rotation, u8x8_byte_arduino_8bit_8080mode, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_F_4W_SW_SPI : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_F_4W_SW_SPI(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_f(&u8g2, rotation, u8x8_byte_arduino_4wire_sw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_SW_SPI(getU8x8(), clock, data, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_F_4W_HW_SPI : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_F_4W_HW_SPI(const u8g2_cb_t *rotation, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_f(&u8g2, rotation, u8x8_byte_arduino_hw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_HW_SPI(getU8x8(), cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_F_2ND_4W_HW_SPI : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_F_2ND_4W_HW_SPI(const u8g2_cb_t *rotation, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_f(&u8g2, rotation, u8x8_byte_arduino_2nd_hw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_HW_SPI(getU8x8(), cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_F_6800 : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_F_6800(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_f(&u8g2, rotation, u8x8_byte_8bit_6800mode, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_8Bit_6800(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_F_8080 : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_F_8080(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_128x128_noname0_f(&u8g2, rotation, u8x8_byte_arduino_8bit_8080mode, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_1_SW_I2C : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_1_SW_I2C(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_i2c_128x128_noname0_1(&u8g2, rotation, u8x8_byte_arduino_sw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_SW_I2C(getU8x8(), clock, data, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_1_HW_I2C : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_1_HW_I2C(const u8g2_cb_t *rotation, uint8_t reset = U8X8_PIN_NONE, uint8_t clock = U8X8_PIN_NONE, uint8_t data = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_i2c_128x128_noname0_1(&u8g2, rotation, u8x8_byte_arduino_hw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_HW_I2C(getU8x8(), reset, clock, data);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_1_2ND_HW_I2C : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_1_2ND_HW_I2C(const u8g2_cb_t *rotation, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_i2c_128x128_noname0_1(&u8g2, rotation, u8x8_byte_arduino_2nd_hw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_HW_I2C(getU8x8(), reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_2_SW_I2C : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_2_SW_I2C(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_i2c_128x128_noname0_2(&u8g2, rotation, u8x8_byte_arduino_sw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_SW_I2C(getU8x8(), clock, data, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_2_HW_I2C : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_2_HW_I2C(const u8g2_cb_t *rotation, uint8_t reset = U8X8_PIN_NONE, uint8_t clock = U8X8_PIN_NONE, uint8_t data = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_i2c_128x128_noname0_2(&u8g2, rotation, u8x8_byte_arduino_hw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_HW_I2C(getU8x8(), reset, clock, data);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_2_2ND_HW_I2C : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_2_2ND_HW_I2C(const u8g2_cb_t *rotation, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_i2c_128x128_noname0_2(&u8g2, rotation, u8x8_byte_arduino_2nd_hw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_HW_I2C(getU8x8(), reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_F_SW_I2C : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_F_SW_I2C(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_i2c_128x128_noname0_f(&u8g2, rotation, u8x8_byte_arduino_sw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_SW_I2C(getU8x8(), clock, data, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_F_HW_I2C : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_F_HW_I2C(const u8g2_cb_t *rotation, uint8_t reset = U8X8_PIN_NONE, uint8_t clock = U8X8_PIN_NONE, uint8_t data = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_i2c_128x128_noname0_f(&u8g2, rotation, u8x8_byte_arduino_hw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_HW_I2C(getU8x8(), reset, clock, data);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_SSD1309_128X128_NONAME0_F_2ND_HW_I2C : public U8G2 {
|
|
|
+ public: U8G2_SSD1309_128X128_NONAME0_F_2ND_HW_I2C(const u8g2_cb_t *rotation, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_ssd1309_i2c_128x128_noname0_f(&u8g2, rotation, u8x8_byte_arduino_2nd_hw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_HW_I2C(getU8x8(), reset);
|
|
|
+ }
|
|
|
+};
|
|
|
class U8G2_SSD1312_128X32_1_4W_SW_SPI : public U8G2 {
|
|
|
public: U8G2_SSD1312_128X32_1_4W_SW_SPI(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
u8g2_Setup_ssd1312_128x32_1(&u8g2, rotation, u8x8_byte_arduino_4wire_sw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
@@ -20759,6 +20903,36 @@ class U8G2_ST7571_128X96_1_8080 : public U8G2 {
|
|
|
u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
}
|
|
|
};
|
|
|
+class U8G2_ST7571_G12896_1_4W_SW_SPI : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_1_4W_SW_SPI(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_1(&u8g2, rotation, u8x8_byte_arduino_4wire_sw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_SW_SPI(getU8x8(), clock, data, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_1_4W_HW_SPI : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_1_4W_HW_SPI(const u8g2_cb_t *rotation, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_1(&u8g2, rotation, u8x8_byte_arduino_hw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_HW_SPI(getU8x8(), cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_1_2ND_4W_HW_SPI : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_1_2ND_4W_HW_SPI(const u8g2_cb_t *rotation, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_1(&u8g2, rotation, u8x8_byte_arduino_2nd_hw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_HW_SPI(getU8x8(), cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_1_6800 : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_1_6800(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_1(&u8g2, rotation, u8x8_byte_8bit_6800mode, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_8Bit_6800(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_1_8080 : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_1_8080(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_1(&u8g2, rotation, u8x8_byte_arduino_8bit_8080mode, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
class U8G2_ST7571_128X96_2_4W_SW_SPI : public U8G2 {
|
|
|
public: U8G2_ST7571_128X96_2_4W_SW_SPI(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
u8g2_Setup_st7571_128x96_2(&u8g2, rotation, u8x8_byte_arduino_4wire_sw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
@@ -20789,6 +20963,36 @@ class U8G2_ST7571_128X96_2_8080 : public U8G2 {
|
|
|
u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
}
|
|
|
};
|
|
|
+class U8G2_ST7571_G12896_2_4W_SW_SPI : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_2_4W_SW_SPI(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_2(&u8g2, rotation, u8x8_byte_arduino_4wire_sw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_SW_SPI(getU8x8(), clock, data, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_2_4W_HW_SPI : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_2_4W_HW_SPI(const u8g2_cb_t *rotation, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_2(&u8g2, rotation, u8x8_byte_arduino_hw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_HW_SPI(getU8x8(), cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_2_2ND_4W_HW_SPI : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_2_2ND_4W_HW_SPI(const u8g2_cb_t *rotation, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_2(&u8g2, rotation, u8x8_byte_arduino_2nd_hw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_HW_SPI(getU8x8(), cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_2_6800 : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_2_6800(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_2(&u8g2, rotation, u8x8_byte_8bit_6800mode, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_8Bit_6800(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_2_8080 : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_2_8080(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_2(&u8g2, rotation, u8x8_byte_arduino_8bit_8080mode, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
class U8G2_ST7571_128X96_F_4W_SW_SPI : public U8G2 {
|
|
|
public: U8G2_ST7571_128X96_F_4W_SW_SPI(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
u8g2_Setup_st7571_128x96_f(&u8g2, rotation, u8x8_byte_arduino_4wire_sw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
@@ -20819,6 +21023,36 @@ class U8G2_ST7571_128X96_F_8080 : public U8G2 {
|
|
|
u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
}
|
|
|
};
|
|
|
+class U8G2_ST7571_G12896_F_4W_SW_SPI : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_F_4W_SW_SPI(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_f(&u8g2, rotation, u8x8_byte_arduino_4wire_sw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_SW_SPI(getU8x8(), clock, data, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_F_4W_HW_SPI : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_F_4W_HW_SPI(const u8g2_cb_t *rotation, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_f(&u8g2, rotation, u8x8_byte_arduino_hw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_HW_SPI(getU8x8(), cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_F_2ND_4W_HW_SPI : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_F_2ND_4W_HW_SPI(const u8g2_cb_t *rotation, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_f(&u8g2, rotation, u8x8_byte_arduino_2nd_hw_spi, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_4Wire_HW_SPI(getU8x8(), cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_F_6800 : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_F_6800(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_f(&u8g2, rotation, u8x8_byte_8bit_6800mode, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_8Bit_6800(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_F_8080 : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_F_8080(const u8g2_cb_t *rotation, uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t enable, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_g12896_f(&u8g2, rotation, u8x8_byte_arduino_8bit_8080mode, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_8Bit_8080(getU8x8(), d0, d1, d2, d3, d4, d5, d6, d7, enable, cs, dc, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
class U8G2_ST7571_128X96_1_SW_I2C : public U8G2 {
|
|
|
public: U8G2_ST7571_128X96_1_SW_I2C(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
u8g2_Setup_st7571_i2c_128x96_1(&u8g2, rotation, u8x8_byte_arduino_sw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
@@ -20837,6 +21071,24 @@ class U8G2_ST7571_128X96_1_2ND_HW_I2C : public U8G2 {
|
|
|
u8x8_SetPin_HW_I2C(getU8x8(), reset);
|
|
|
}
|
|
|
};
|
|
|
+class U8G2_ST7571_G12896_1_SW_I2C : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_1_SW_I2C(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_i2c_g12896_1(&u8g2, rotation, u8x8_byte_arduino_sw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_SW_I2C(getU8x8(), clock, data, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_1_HW_I2C : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_1_HW_I2C(const u8g2_cb_t *rotation, uint8_t reset = U8X8_PIN_NONE, uint8_t clock = U8X8_PIN_NONE, uint8_t data = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_i2c_g12896_1(&u8g2, rotation, u8x8_byte_arduino_hw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_HW_I2C(getU8x8(), reset, clock, data);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_1_2ND_HW_I2C : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_1_2ND_HW_I2C(const u8g2_cb_t *rotation, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_i2c_g12896_1(&u8g2, rotation, u8x8_byte_arduino_2nd_hw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_HW_I2C(getU8x8(), reset);
|
|
|
+ }
|
|
|
+};
|
|
|
class U8G2_ST7571_128X96_2_SW_I2C : public U8G2 {
|
|
|
public: U8G2_ST7571_128X96_2_SW_I2C(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
u8g2_Setup_st7571_i2c_128x96_2(&u8g2, rotation, u8x8_byte_arduino_sw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
@@ -20855,6 +21107,24 @@ class U8G2_ST7571_128X96_2_2ND_HW_I2C : public U8G2 {
|
|
|
u8x8_SetPin_HW_I2C(getU8x8(), reset);
|
|
|
}
|
|
|
};
|
|
|
+class U8G2_ST7571_G12896_2_SW_I2C : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_2_SW_I2C(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_i2c_g12896_2(&u8g2, rotation, u8x8_byte_arduino_sw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_SW_I2C(getU8x8(), clock, data, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_2_HW_I2C : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_2_HW_I2C(const u8g2_cb_t *rotation, uint8_t reset = U8X8_PIN_NONE, uint8_t clock = U8X8_PIN_NONE, uint8_t data = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_i2c_g12896_2(&u8g2, rotation, u8x8_byte_arduino_hw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_HW_I2C(getU8x8(), reset, clock, data);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_2_2ND_HW_I2C : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_2_2ND_HW_I2C(const u8g2_cb_t *rotation, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_i2c_g12896_2(&u8g2, rotation, u8x8_byte_arduino_2nd_hw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_HW_I2C(getU8x8(), reset);
|
|
|
+ }
|
|
|
+};
|
|
|
class U8G2_ST7571_128X96_F_SW_I2C : public U8G2 {
|
|
|
public: U8G2_ST7571_128X96_F_SW_I2C(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
u8g2_Setup_st7571_i2c_128x96_f(&u8g2, rotation, u8x8_byte_arduino_sw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
@@ -20873,6 +21143,24 @@ class U8G2_ST7571_128X96_F_2ND_HW_I2C : public U8G2 {
|
|
|
u8x8_SetPin_HW_I2C(getU8x8(), reset);
|
|
|
}
|
|
|
};
|
|
|
+class U8G2_ST7571_G12896_F_SW_I2C : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_F_SW_I2C(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_i2c_g12896_f(&u8g2, rotation, u8x8_byte_arduino_sw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_SW_I2C(getU8x8(), clock, data, reset);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_F_HW_I2C : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_F_HW_I2C(const u8g2_cb_t *rotation, uint8_t reset = U8X8_PIN_NONE, uint8_t clock = U8X8_PIN_NONE, uint8_t data = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_i2c_g12896_f(&u8g2, rotation, u8x8_byte_arduino_hw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_HW_I2C(getU8x8(), reset, clock, data);
|
|
|
+ }
|
|
|
+};
|
|
|
+class U8G2_ST7571_G12896_F_2ND_HW_I2C : public U8G2 {
|
|
|
+ public: U8G2_ST7571_G12896_F_2ND_HW_I2C(const u8g2_cb_t *rotation, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
+ u8g2_Setup_st7571_i2c_g12896_f(&u8g2, rotation, u8x8_byte_arduino_2nd_hw_i2c, u8x8_gpio_and_delay_arduino);
|
|
|
+ u8x8_SetPin_HW_I2C(getU8x8(), reset);
|
|
|
+ }
|
|
|
+};
|
|
|
class U8G2_ST7302_122X250_1_4W_SW_SPI : public U8G2 {
|
|
|
public: U8G2_ST7302_122X250_1_4W_SW_SPI(const u8g2_cb_t *rotation, uint8_t clock, uint8_t data, uint8_t cs, uint8_t dc, uint8_t reset = U8X8_PIN_NONE) : U8G2() {
|
|
|
u8g2_Setup_st7302_122x250_1(&u8g2, rotation, u8x8_byte_arduino_4wire_sw_spi, u8x8_gpio_and_delay_arduino);
|