Results 2 issues of HWHardsoft

Hello, I've found your Luma.LCD project in PyPi. I've tested your drivers with an ili9341 based touchscreen and it works great. Unfortunately I've not found until now a working solution...

question

Hi, in the documentation parity configuration is decribed so: instrument.serial.parity = serial.PARITY_NONE This is not working! The right way: instrument.serial.parity = 'N' Please change the documentation. Thx