I don't have screen, people with screen have smokey stm32s...
Goes stand-by until the situation changes!
I turns out color and monchrome lcds have a subtle but critical difference when sending commands.
ST7565/SSD1306, etc, need the command arguments to be sent with DC=0, like any other command.
But color LCDs (ST7789, ST7735...) require the cmd with DC=0, then the arguments with DC=1.
Probably I've have mixed both at some point, not really sure.
Improved the code, should be working now unless some command is wrong, and if it doesn't, must be really close.
So I leave there a
Ksger v3 ST7565 test build for anyone. If tested, please give feedback!
Contrast should be adjustable in the same menu entry.
Dimming options are removed, as the contrast will turn the display darker or lighter, not brighter or dimmer.