olikraus / u8g2

U8glib library for monochrome displays, version 2
Other
4.91k stars 1.02k forks source link

Doubt in constructor for KS0108 Controller based 128X64 GLCD #2444

Open sudheerbussa opened 1 month ago

sudheerbussa commented 1 month ago

My 128X64 GLCD has two Chip Select Pins (CS0,CS1), Now my question is inside constructor , Should i initialize CS2 to "NONE", or any other option. Because physically CS2 is not present. U8G2_KS0108_128X64_F(rotation, d0, d1, d2, d3, d4, d5, d6, d7, enable, dc, cs0, cs1, cs2 [, reset]) RG12864J

olikraus commented 1 month ago

Yes, see the constructor here: https://github.com/olikraus/u8g2/wiki/gallery#15-dec-2016-ks0108-128x64-lcd