GLCD library

codding in C and C++
Post Reply
User avatar
Jonathan
Posts: 4
Joined: Mon Dec 11, 2023 8:42 pm

GLCD library

Post by Jonathan »

hi, I have a GLCD, one 128x64, another longer 192x64. It appears that both GLCD use K108 chips. I'm looking for a usable, well-documented library. I found two libraries, one for PC on Linux, which allows GLCD to be connected to PC via USB or serial port. The second is for Arduino, messy and poorly documented.
User avatar
Gulliver
Posts: 1
Joined: Sat Dec 23, 2023 1:43 pm

Re: GLCD library

Post by Gulliver »

I think the library exists, but it's not free because it takes too much time to develop. Nobody took the time to publish the valuable software for free on the public network.
User avatar
electrohebdo
Posts: 27
Joined: Thu Jul 20, 2023 7:46 am

Re: GLCD library

Post by electrohebdo »

Jonathan, the GLCD 128x64 and 196x64 are very similar. The 192x64 only has a /CS. Actually. The 192x64 is triple 64x64 blocks. This means you can use the library for 128x64 and modify it slightly. The library itself is a completely different question. What function do you expect? It's easy to create a function like drawing a rectangle, a circle or a triangle, filled or unfilled. For example, if you need a function to draw axes with labels, that's more complex. You have to develop this library yourself.
Post Reply