Display 6-dig 7-seg (com anode)
Description
Six digit 7-segment multiplexed decoded common anode display.
Software functions
MUXD_PUTC(c) : Print character to display. Printable characters are: 0123456789.-Er<space><CR> Cursor is auto incremented to the next digit except in the case of decimal point. CR (0x0D) cariage return moves cursor to home position. None-printable characters are shown as 3 horizontal bars (segments a,g,d).
Example - the following will print "12.3456" MUXD_CURHOME(); printf(MUXD_PUTC, "12.3456");
MUXD_CURHOME() : Move cursor to home position MUXD_DO() : Refresh display. Call every 10mS (max) MUXD_CLEAR() : Clear display
|
Schematic

Similar sub-circuits:
Display 2-dig 7-seg (com anode)
Display 4-dig 7-seg (com anode)
|
|
|
|
|
|