i tried with an hardware spi, but I don't save much time. 1 tenth of a second
SPI2.setup({mosi:B15 /* sda */, sck:B13 /* scl */, baud:integer=1000000,}); g =require("ST7735").connect({ palette:colorPalette, spi:SPI2, dc:A7, cs:B10, rst:B1, padx:2, pady:3 // height : 160 // optional, default=128 }, ecrit );
@Mrbbp started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
i tried with an hardware spi, but I don't save much time. 1 tenth of a second