knightinlet

Results 4 comments of knightinlet

Running two SPI display's doesn't seem to work in C++. ST7789 st7789_2( SCREEN_WIDTH, SCREEN_HEIGHT, ROTATE_0, false, get_spi_pins(BG_SPI_BACK)); ST7789 st7789_1( SCREEN_WIDTH, SCREEN_HEIGHT, ROTATE_0, false, get_spi_pins(BG_SPI_FRONT)); Individually no issue in either front...

Hi, Apologies I thought I had responded to share the knowledge. My bad. At the time I finally figured that if I supplied another value to the constructor to prevent...

That seems like a great design pattern to enable the feature only if needed. Would have saved me hunting for something I hadn't appreciated was activated outside of the i2c...

What I should have said is that I passed RV3028::PIN_UNUSED as part of the constructor. Possibly default it to that and if you need interrupts you supply the PIN number...