Source for LCD class?

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
mischko
Posts: 18
Joined: Tue Feb 03, 2015 12:32 am

Source for LCD class?

Post by mischko » Tue Feb 03, 2015 1:47 am

I can't find the source code for the LCD class, used with the LCD and touch-sensor skin. Can someone please point me to it?

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Source for LCD class?

Post by dhylands » Tue Feb 03, 2015 2:31 am

mischko wrote:I can't find the source code for the LCD class, used with the LCD and touch-sensor skin. Can someone please point me to it?
It's in the lcd.h and lcd.c files found in the stmhal directory:
https://github.com/micropython/micropyt ... mhal/lcd.c

Post Reply