-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi @Ashure
The Tontec 2.3 inch LCD uses the pins 1 to 26 of the Pi B+ 40 pin GPIO. It uses SPI (http://www.itontec.com/download/). I'm downloading their huge documentation file to see if I can gather info about whether its using the serial port.
Can we use the remaining GPIO pins to wire the OEM RFM12B board if the screen doesn't use the UART? It seems that although there are to UARTs on the RPiB+ the second one is not wired to the GPIO header so maybe it could work in the future if we do our own pi-clone, but for now there seems to be ways to do a software based virtual serial interface interface. But it seems that doing bit banging without a real time OS is no good so it needs another microcontroller.
What do you think is the best way we could use both screen and RFM12Pi?
Best,
Jun