diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-23 18:10:42 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-23 18:10:42 +0000 |
commit | 26a00085fedd5e45df79314774b650811dc05bed (patch) | |
tree | b73e008f5c1f20af60a769ac488621e2007a8520 /stm/main.c | |
parent | b979122dfb16b6c2bf110b0bf17d585c3b000126 (diff) | |
download | micropython-26a00085fedd5e45df79314774b650811dc05bed.tar.gz micropython-26a00085fedd5e45df79314774b650811dc05bed.zip |
stm: LCD support for PYBv4; fix MMA reading code.
Diffstat (limited to 'stm/main.c')
-rw-r--r-- | stm/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stm/main.c b/stm/main.c index 40831c9930..00ce564736 100644 --- a/stm/main.c +++ b/stm/main.c @@ -768,8 +768,8 @@ soft_reset: qstr_init(); rt_init(); - // LCD init - //lcd_init(); disabled while servos on PA0 PA1 + // LCD init (create in with LCD()) + lcd_init(); // servo servo_init(); |