Skip to content

ik0nyshev/NWatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIY Digital Wristwatch
http://blog.zakkemble.co.uk/diy-digital-wristwatch/

The firmware .hex and .eep files are compiled for ATmega328P

Fuses for ATmega328/328P
Internal RC 8MHz 6 CK/14CK + 4.1ms startup
Serial program (SPI) enabled
Brown-out at 1.8V
High:		0xDF
Low:		0xD2
Extended:	0xFE

./utils/bitmapConverter.exe
Utility to convert images (in ./imgs/) to pixel byte array

Font used for the large numbers on the main time display is AgencyFB Bold Wide available at http://www.fontsner.com/font/AgencyFBBoldWide-37966.html
My productions are published under GNU GPL v3 (see License.txt).

--------

Zak Kemble
[email protected]

Releases

No releases published

Packages

No packages published

Languages

  • C 84.7%
  • C++ 11.5%
  • C# 3.5%
  • Assembly 0.3%