private async void initLCD() { lcd = new LCD(20, 4); await lcd.InitAsync(18, 23, 24, 5, 6, 13); await lcd.clearAsync(); }