/* Template (rotated left 90 degrees) for 8-bit glyphs:
 * {
 *     s _ _ _ _ _ _ _ _,              // Blank for character spacing
 *     s _ _ _ _ _ _ _ _,
 *     s _ _ _ _ _ _ _ _,
 *     s _ _ _ _ _ _ _ _,
 *     s _ _ _ _ _ _ _ _,
 *     s _ _ _ _ _ _ _ _
 *  // ^
 *  // |__ TOP LEFT PIXEL
 * },
 */

static const UC code cgCharBits[][6] =
{
    /* The characters are loaded into the display from the bottom-up.
     */
    {   /* UDF# 0x82 = Degree symbol */
        s _ _ _ _ _ _ _ _,
        s _ _ _ _ _ _ _ _,
        s X X X _ _ _ _ _,
        s X _ X _ _ _ _ _,
        s X X X _ _ _ _ _,
        s _ _ _ _ _ _ _ _
    }
};