This controller has the ability to interract with 6800, 8080 and SPI interface. SPI seems to be mapped on DB7(MOSI), DB6(MISO), DB5(SCK) and E(CS).
I had a look at the HD44780 module (http://www.espruino.com/modules/HD44780.js); it does not seem to support SPI mode right now.
Does anyone have any idea of how I could add a .connectSPI method on this module?
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.
Hi guys,
I am planning to interface my Pico with a 20x4 character OLED display OLED-020N004B from Vishay (info here: https://www.vishay.com/displays/list/product-37706/). It seems to behave like a HD44780-like display: the built-in controller is a "OLED-0010", doc here: http://docs-europe.electrocomponents.com/webdocs/1401/0900766b814011cc.pdf
This controller has the ability to interract with 6800, 8080 and SPI interface. SPI seems to be mapped on DB7(MOSI), DB6(MISO), DB5(SCK) and E(CS).
I had a look at the HD44780 module (http://www.espruino.com/modules/HD44780.js); it does not seem to support SPI mode right now.
Does anyone have any idea of how I could add a
.connectSPI
method on this module?