diff --git a/.gitignore b/.gitignore index a9bf4f2..51b7505 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ __pycache__ .idea *.bmp watchfaces/libraries -watchfaces/pokemon-2.0/pokemon-src \ No newline at end of file +watchfaces/pokemon-2.0/pokemon-src +!watchfaces/*/preview.bmp \ No newline at end of file diff --git a/README.md b/README.md index 2a691a6..9377b3e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ### Tetris 2.0 +![](./watchfaces/tetris-2.0/preview.bmp) + A better skin for Tetris! * "Score" is number of steps @@ -13,11 +15,13 @@ A better skin for Tetris! * Random piece is drawn on the bottom-right each day (19 unique images) * Find any day piece [here](https://klemek.github.io/watchy/) -![](./watchfaces/tetris-2.0/preview.png) + ### Pokemon 2.0 -A better skin for Tetris! +![](./watchfaces/pokemon-2.0/preview.bmp) + +A better skin for Pokemon! * Wild Pokemon * Changes every hour @@ -27,16 +31,13 @@ A better skin for Tetris! * Changes every day * Bar is decreasing in a day * Level is battery level - * HP is current date - -![](./watchfaces/pokemon-2.0/preview.png) - + * HP is current datec ### beLow -[https://below.black] +![](./watchfaces/below/preview.bmp) -![](./watchfaces/below/preview.png) +#### [below.black](https://below.black) ## Tool: Watchy Image Editor (WIP) diff --git a/watchfaces/below/README.md b/watchfaces/below/README.md new file mode 100644 index 0000000..d0adf5e --- /dev/null +++ b/watchfaces/below/README.md @@ -0,0 +1,5 @@ +# beLow Watchface + +![](./preview.bmp) + +### [below.black](https://below.black) \ No newline at end of file diff --git a/watchfaces/below/preview.bmp b/watchfaces/below/preview.bmp new file mode 100644 index 0000000..0de426e Binary files /dev/null and b/watchfaces/below/preview.bmp differ diff --git a/watchfaces/pokemon-2.0/README.md b/watchfaces/pokemon-2.0/README.md new file mode 100644 index 0000000..d66ee2c --- /dev/null +++ b/watchfaces/pokemon-2.0/README.md @@ -0,0 +1,16 @@ +# Pokemon 2.0 Watchface + +![](./preview.bmp) + +A better skin for Pokemon! + +* Wild Pokemon + * Changes every hour + * Bar is decreasing in an hour + * Level is 100 steps +* Owned Pokemon + * Changes every day + * Bar is decreasing in a day + * Level is battery level + * HP is current datec +* Cursor changes every minute \ No newline at end of file diff --git a/watchfaces/pokemon-2.0/preview.bmp b/watchfaces/pokemon-2.0/preview.bmp new file mode 100644 index 0000000..0ff924a Binary files /dev/null and b/watchfaces/pokemon-2.0/preview.bmp differ diff --git a/watchfaces/pokemon-2.0/preview.png b/watchfaces/pokemon-2.0/preview.png deleted file mode 100644 index 92c951d..0000000 Binary files a/watchfaces/pokemon-2.0/preview.png and /dev/null differ diff --git a/watchfaces/tetris-2.0/README.md b/watchfaces/tetris-2.0/README.md new file mode 100644 index 0000000..56ee795 --- /dev/null +++ b/watchfaces/tetris-2.0/README.md @@ -0,0 +1,16 @@ +# Tetris 2.0 Watchface + +![](./preview.bmp) + +A better skin for Tetris! + +* "Score" is number of steps +* "Level" is battery level (0 - 100%) +* "Lines" is current date (day + month) +* Digits patterns are not the same depending of the type (first digit of minutes, ...) +* Random piece is drawn on the bottom-right each day (19 unique images) + * Find any day piece [here](https://klemek.github.io/watchy/) + +> Before -> After + +![](./preview-full.png) \ No newline at end of file diff --git a/watchfaces/tetris-2.0/preview.png b/watchfaces/tetris-2.0/preview-full.png similarity index 100% rename from watchfaces/tetris-2.0/preview.png rename to watchfaces/tetris-2.0/preview-full.png diff --git a/watchfaces/tetris-2.0/preview.bmp b/watchfaces/tetris-2.0/preview.bmp new file mode 100644 index 0000000..8f609cc Binary files /dev/null and b/watchfaces/tetris-2.0/preview.bmp differ