#define  course_w      16
#define  course_h      16

static char course_data[course_h][course_w] = {
    "7777777777777777",
    "7777777777777777",
    "7777777775555577",
    "7777755555777577",
    "7777557777777577",
    "7775577777777177",
    "7775777777777577",
    "7775777777777577",
    "7775777777755577",
    "7770777777727777",
    "7775777777557777",
    "7775777755577777",
    "7775755537777777",
    "7774557777777777",
    "7777777777777777",
    "7777777777777777",};
 