Closed MabezDev closed 6 years ago
This is further backed up by the datasheet, Display offset being 60 at reset, and our draw area starting from 60 from the bottom.
After looking at the datasheet The SSD1351 expects DC to be low for the command, then high for the command params. Shouldn't be too hard to implement.
The naive implementation worked. It could and should be fixed in commands, to return the command and then the data.
Fixed with 5f8284603104e6669fe0ee2f537e28562226e207
It seems Row & column commands are not being accepted, this is probably due to the unlock oled command not being correct or working properly. This would also mean other commands are not going through.