diff --git a/README.md b/README.md index 71c209e..afb8d74 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,10 @@ or ``` * 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). +CustomSegmentGuide.png ***