Update README.md

This commit is contained in:
dagwoodland
2019-09-17 09:16:23 +01:00
committed by Baozhu Zuo
parent 0aa54c9092
commit 251a3bb9c9

View File

@@ -18,7 +18,10 @@ or
``` ```
* The example : < combine_two_displays.ino > shows how to combine two displays in one project. * The example : < combine_two_displays.ino > shows how to combine two displays in one project.
### setTubeSegments(TubeNum tube_num,uint16_t segments)
You can set specific segments of the display on or off by adding together segment values (eg. SEGMENT_TOP + SEGMENT_BOTTOM). The example : < display_specific_segments.ino > shows how to do this. The following image shows the names of the segments (color coded).
<img src="https://github.com/dagwoodland/Seeed_Alphanumeric_Display_HT16K33/blob/master/CustomSegmentGuide.png" alt="CustomSegmentGuide.png" width="300px">
*** ***