I2C  SSD1306 0.9" LCD


Author Message
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 8872
Posted: 12:58pm 23 Oct 2022      

The "128*64" part of the command tacked on the end of line 6, is invalid syntax also.

There are two commands you can use - OPTION LCDPANEL SSD1306I2C for the 128*64 resolution, or OPTION LCDPANEL SSD1306I2C32 for the 128*32 resolution.

See PicoMite manual, page 43 and 44.