This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2b92438d94
circuitpython
/
nrf5
/
drivers
/
display
History
Glenn Ruben Bakke
2b92438d94
nrf5/drivers: Renaming display module to mp_module prefix as it is going to be inbuilt. ifdef'ing all submodules based on type of display configured through mpconfigport.h
2017-01-04 17:20:00 +01:00
..
epaper
nrf5/drivers: Adding ifdef sourrounding the implementation of module. Configurable with mpconfigport.h.
2017-01-04 17:18:47 +01:00
lcd
nrf5/drivers: Adding ifdef sourrounding the implementation of module. Configurable with mpconfigport.h.
2017-01-04 17:18:47 +01:00
oled
nrf5/drivers: Adding ifdef sourrounding the implementation of module. Configurable with mpconfigport.h.
2017-01-04 17:18:47 +01:00
moddisplay.c
nrf5/drivers: Renaming display module to mp_module prefix as it is going to be inbuilt. ifdef'ing all submodules based on type of display configured through mpconfigport.h
2017-01-04 17:20:00 +01:00
moddisplay.h
nrf5/drivers: Adding template for c-implementation of lcd, epaper and oled drivers as a display module.
2017-01-03 22:16:00 +01:00