24#ifndef _WATCH_PRIVATE_DISPLAY_H_INCLUDED
25#define _WATCH_PRIVATE_DISPLAY_H_INCLUDED
27#include "hpl_slcd_config.h"
28#include "driver_init.h"
30static const uint8_t Character_Set[] =
129static const uint64_t Segment_Map[] = {
142static const uint8_t Num_Chars = 10;
144void watch_display_character(uint8_t character, uint8_t position);
145void watch_display_character_lp_seconds(uint8_t character, uint8_t position);