ht1621 demo error
See original GitHub issueError when trying the demo:
$ python examples/sevensegment_demo.py -d ht1621
/home/rpitest/pi-test/luma.core/luma/core/interface/serial.py:164: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
self._gpio.setup(pin, self._gpio.OUT)
Traceback (most recent call last):
File "luma.examples/examples/sevensegment_demo.py", line 115, in <module>
main()
File "luma.examples/examples/sevensegment_demo.py", line 70, in main
device = get_device()
File "/home/rpitest/pi-test/luma.examples/examples/demo_opts.py", line 61, in get_device
device = cmdline.create_device(args)
File "/home/rpitest/pi-test/luma.core/luma/core/cmdline.py", line 176, in create_device
device = Device(spi, **vars(args))
TypeError: __init__() got multiple values for argument 'gpio'
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
HT1621 7 segment LCD Arduino library - GitHub
HT1621 7 segment LCD Arduino library. Arduino library for 7-segment lcds based on the HT1621 driver. Very often marked as PDC-6X1.
Read more >Hobby Components HT1621 6 Digit 7 Segment LCD Module ...
A short video demonstration using the Hobby Components HCDisplay Arduino compatible library with our HT1621 6 Digit 7 Segment LCD Module.
Read more >View topic - Porting 20x4 LCD Code To HT1621 OEM LCD
I have a HT1621 LCD I want to display on. I am ready to submit this to ... //#use rs232(baud = 9600,xmit=PIN_C6,DISABLE_INTS,ERRORS)
Read more >PATENTED - EEVblog
feature of the HT1621 makes it suitable for multiple LCD ... terface between the host controller and the HT1621. ... jump, execution errors,...
Read more >AA Craaft Diaphragm for HT1621, F10 – Thomann United States
Diaphragm For HT1621, F10 High-frequency driver. ... Review guidelines. 7 Reviews. D. aa craaft diaphragma for ht1621. David199 01.06.2013.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep!
Same here, but will do.
Sound good (for newbies).
ps. using suggested code (and not the examples) worked fine for me (only tested numerals though).