formatting
This commit is contained in:
parent
230e6fcbf2
commit
7439475931
1 changed files with 3 additions and 0 deletions
|
@ -3,8 +3,11 @@ Reads out a 7-segment lcd display and sends the value via serial.
|
||||||
|
|
||||||
## How to port another display?
|
## How to port another display?
|
||||||
Analyse the display pins. You can use the ProMicro as a logic analyzer, to find the relevant segment pins and the common pins.
|
Analyse the display pins. You can use the ProMicro as a logic analyzer, to find the relevant segment pins and the common pins.
|
||||||
|
|
||||||
You can use the information provided here: https://lowpowerlab.com/forum/projects/moteino-kitchen-scale/
|
You can use the information provided here: https://lowpowerlab.com/forum/projects/moteino-kitchen-scale/
|
||||||
|
|
||||||
To use the Pro Micro together with PulseView you can use this repository: https://github.com/gillham/logic_analyzer
|
To use the Pro Micro together with PulseView you can use this repository: https://github.com/gillham/logic_analyzer
|
||||||
|
|
||||||
For more Information on LCD display consult: http://awawa.hariko.com/avr_lcd_drive_en.html
|
For more Information on LCD display consult: http://awawa.hariko.com/avr_lcd_drive_en.html
|
||||||
|
|
||||||
## possible improvements
|
## possible improvements
|
||||||
|
|
Loading…
Reference in a new issue