Nokia 3310 lcd

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
gr4viton
Posts: 3
Joined: Fri Sep 02, 2016 8:55 pm

Nokia 3310 lcd

Post by gr4viton » Fri Sep 02, 2016 9:11 pm

Hi there,

I have read
http://forum.micropython.org/viewtopic.php?f=3&t=523
https://github.com/micropython/micropyt ... Guidelines
..
I develop on STM32F407Discovery
I do want to contribute, I would like to write class for the control of Nokia 3310 monochromatic LCD display.

The smart questions.. right.
1) I think I need to write the class in python save it into
a) micropython/examples/
b) micropython/stmhal/boards/STM32F4DISC/
c) ??
and do a pull request with only one commit to the main branch?

I would be very pleased for any help as I haven't contributed to any open-source yet.
I know how to use git though, and I am not a total beginner in Python either.

Thank you in advance ;)

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Nokia 3310 lcd

Post by pythoncoder » Sat Sep 03, 2016 6:58 am

In general user-contributed device drivers written in Python aren't incorporated into the official MicroPython codebase. The usual procedure is to create a GitHub repository for your code and documentation, then announce it here and in the Wiki. You'll find numerous examples of such drivers.
Peter Hinch
Index to my micropython libraries.

Post Reply