I have a 128X64 OLED from ebay current constructor (U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NONE|U8G_I2C_OPT_DEV_0))
What I would like to do is put text up on the screen that flashes 'text pixels on' 'rest of screen pixels off' then after a short delay 'text pixels off' 'remaining screen pixels on'. In a kind of warning positive to negative flashing sequence. Any one know of a way to do that. I'm having trouble with the negative text.
Please confirm that what you are looking for, is the entire display to invert, and that you have the display working right now, actually as a SSD1306.
If so, you can send a simple command to do that (inverse display on and another to switch that off).
I have that on another PC, perhaps later today i can search for that (it's too hot around here to be bothered right now, to be honest).
Hello MAS3, Hope it cools down soon. Yes all is functioning normally. If you have an example great.
Hello Jboyton. Thanks I didn't see anything so far that does it through U8glib. may be wrong. I will try the hex code suggested and give feedback thanks.
Now you're done with the proof of concept, go find out how to do this a bit more efficient, and dump the delay (all delays).
And get used to doing things that way in the future.
Will save you lots of timing trouble.