Hello kind Sourcebost developers
last two days I'm getting mad about my LCD driver that I written, cause I can't really make it work and don't know where the problem can be (tried on real device and also in the paid plugin of yours). These are the main functions, the delays are just as in the example for the LCD plugin (asm nop's):
void sendDataToLCD_delay (char data, char rs) {
RS = rs;
LCD_SetupDelay();
LCD = data >> 4; // sending left nibble
E = 1; // perhaps a little delay will be needed before and after
LCD_EnablePulseDelay();
E = 0; // pulse Enable H/L to send th