I have an Winstar 20x4 OLED display which works well and looks great apart from the fact the clear screen command takes 6.5ms.
http://www.rapidonline.com/Electroni...Yellow-57-2302
I don't want to change the LCD_COMMANDUS define to 6500 to cope with this as it also pauses every other command and wastes a huge amount of time, as all the other command require no delay according to the data sheet. So the command and data delay can be 1us or something tiny in all except the clear screen scenario.
Is there any way to get LCDOUT to pasue for a varying length based on the command being sent.
So for instance it recognises the clear screen command and only in that case pauses for a set time.
So in effect can we have another define please for the next version of PBP.
LCD_COMMANDUS 2000 as now for general commands
LCD_COMMANDCLRUS 7000 for the Clear Screen Command
Bookmarks