/elec/propeller-clock

To get this branch, use:
bzr branch http://bzr.ed.am/elec/propeller-clock

« back to all changes in this revision

Viewing changes to src/test_mode.h

  • Committer: edam
  • Date: 2012-03-03 10:06:31 UTC
  • Revision ID: edam@waxworlds.org-20120303100631-ae3idks1703vdm05
widenned clock hands, tweaked scales, got top & bottom text modes working

Show diffs side-by-side

added added

removed removed

27
27
#include "minor_mode.h"
28
28
 
29
29
 
30
 
class TestMode
31
 
    :
32
 
    public MinorMode
 
30
class TestMode : public MinorMode
33
31
{
34
32
public:
35
33