bablokb / circuitpython-tm1637

CircuitPython library für the TM1637 7-Segment Display
MIT License
19 stars 6 forks source link

display.hex(0xbeef) #5

Open richpaul6806 opened 1 year ago

richpaul6806 commented 1 year ago

Does this serve any purpose?

bablokb commented 1 year ago

Yes, it should display the word "beef" on the display. It is actually a test that display.hex() is working.

richpaul6806 commented 1 year ago

Thanks. I figured it was something like that. It made more sense once I finally got it working and it only said it once. Initially, it kept reloading the program and my screen kept flashing "beef" and I was really confused.