New Driver for 1.8" LCD
Here's a driver for the Newhaven 1.8" LCD:
https://newhavendisplay.com/1-8-inch-standard-tft-without-touchscreen/
It's a relatively small portrait mode display with resolution of 160x128.
Code is more or less a copy and paste job from a 2.4" display driver.
But, this display just has an SPI interface.
This is fast enough when used with P2 for the intended usage.
The board it is on in the pic is part of the P2 PLC project. It is meant to be the top most board in DMB-4775 DIN rail case and sits on top. There's an optional clear plastic cover that it comes with that allows one to see the LCD.
Comments
There was an interesting thing where was getting bad ID from display when used as a .spin2 object in a C program with FlexProp.
Turns out that C is just faster than spin2, so had to insert some delays to make it work right...