Mr Mase
Mr Mase
Bah, I tested this but it made no difference to the brightness :(
Bah, I tested this but it made no difference to the brightness :(
OK brightness has no effect but precharge setting like you suggested in your links does work :)
Where there is a `SSD1306_Set_Precharge_Period` command the value after defines the brightness 0 - 34
@arthurlutz I have implemented contrast and pre charge period control in my fork of `mpd_oled`. I did this as an experiment for testing purposes but works pre charge is `-e...
I committed my experiments (added some new commands to test different settings) to my fork of `mpd_oled` if anyone is interested https://github.com/supercrab/mpd_oled
You’re welcome! There were 3 possible settings that can affect the brightness and depending on what screen you have, each can has a slight different effect. 😃
@catalinescu-sudo I had `mpd_oled` running on my Pi 0 initially. If you want a snappier system, try a different Pi model like RPi 3, it's much more responsive and might...
@antiprism I'm excited to hear you've considered about custom screen layouts! :) I've ordered a 256x64 oled screen and it's a SSD1322 so once i get it I'm going to...
Adrian, I think you’ve nailed there! Both with the U8g2 library and your JSON approach. Loads better than XML - it is 2019! ;) You have some great ideas there...