
MenuWas checking that exact post :)
From what i could see, i removed my previous includes and added the following:
#DEFINE colours 1 ;1 mono 2 rg or 3 rgb width con 128
...
Sorry Richard...I think i'm a bit confused...
I'm currently using the includes:
ssd1306_I2C.INC
font7x5_18.bas
Which should i add or replace?
There is no workaround needed. Use the full feature version
richard Yesterday, 09:05
Thanks Richard for your reply,
I was trying to do something like the image attached where it's used one of the small SSD1306 displays.
Is there a workaround to do something like this?
10052
simple SSD1322 oled graphics driver for my graphical display library, DOES NOT USE GREYSCALE
richard Yesterday, 04:14
The ssd1306 has no support for setting individual pixels because the smallest write sets 8 pixels as a minimum and the i2c versions have no method to read back displayed data.
so my small footprint...
As posted above, the two commands work completely different so one cannot compare them.
They were designed for different tasks.
What exactly is your need?
If you need one tone only, use...
Greetings,
Have been using Richard's include for the SSD1306 (32*128) display with sucess.
I was now trying to display a single dot which would move on the display according to an X and Y...

Re: ssd1306 Include Question
if your mssp port differs from the example demo then you must ensure all mssp register references in the SSD1306.pbpmod include are edited to match your hardware.
richard Yesterday, 23:40also make sure you have the...