ghi-electronics / TinyCLR-Drivers

Drivers for sensors/devices to be used with TinyCLR OS
Apache License 2.0
6 stars 9 forks source link

Add HiLetgo ILI9341 SPI 240x320 display #120

Closed Palomino34 closed 3 years ago

MBNSoftware commented 3 years ago

Very nice code ! 😃

gus-ghielec commented 3 years ago

Thanks to you 😎

MBNSoftware commented 3 years ago

Btw, I don't see any pin assigned to backlight in your driver. Does that mean that your display does not have one ?

Palomino34 commented 3 years ago

Because we wanted ILI9341 same as N18 and native lcd which don't include backlight in their constructors.

control backlight is not in driver for now.

MBNSoftware commented 3 years ago

Ok. I understand.

Thank you !