index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
lcd.c
Age
Commit message (
Expand
)
Author
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-10-05
stmhal: Use mp_uint_t where appropriate.
Damien George
2014-09-30
stmhal: For spi_init, add argument to select if NSS pin is enabled.
Damien George
2014-08-30
Change some parts of the core API to use mp_uint_t instead of uint/int.
Damien George
2014-08-02
stmhal: Add documentation for LCD; update docs for USB_VCP.
Damien George
2014-06-15
stmhal: Fix type signatures on functions that take variable args.
Damien George
2014-06-15
stmhal: Update and improve LCD driver.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-02
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-30
stmhal: Unify naming of HW config; make SD detect configurable.
Damien George
2014-03-29
stmhal: Add TODO's to exti.c; fix delay in lcd.c.
Damien George
2014-03-23
stmhal: Improve LED intensity get/set method.
Damien George
2014-03-19
stmhal: Add LCD driver.
Damien George