This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:iot-open:practical:hardware:itt:avr:segment_display [2025/09/02 09:19] – raivo.sell | en:iot-open:practical:hardware:itt:avr:segment_display [2025/09/02 09:21] (current) – raivo.sell | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| <code c> | <code c> | ||
| - | // Marking card | + | // Marking card. The bits are marking the segments. |
| - | // The bits are marking the segments. | + | |
| const unsigned char __attribute__ ((weak)) segment_char_map[11] = | const unsigned char __attribute__ ((weak)) segment_char_map[11] = | ||
| { | { | ||