One Hand

Clock with hour hand only

Description

Classic round clock with one hour hand.

Anatomy

Simple round face and classic shape hour hand.

XML Settings File

<?xml version="1.0" encoding="utf-8"?>
<TrueAnalogClock
    face="one_hand_face"
    useSystemTime="true">

    <hand
        image="one_hand_hand_hour"
        axisFacePoint="979:979"
        axisPoint="73:912"
        shadow="true"
        shadowBlurRadius="20"
        shadowOffset="10:10"
        type="Hour"/>

</TrueAnalogClock>

Manual code

No.