Skip to content

Commit

Permalink
Ver.0.8.4 Bitmanアニメーションをゴージャスに
Browse files Browse the repository at this point in the history
バージョン番号振ってリリースします。
1. Bitmanのアニメーションをゴージャスにしてしまいました。
2. BitManアプリのタイトル画面対応 Thanks 後田宏さん !
  • Loading branch information
yhironaka committed Sep 22, 2015
1 parent 538efcd commit 6333cc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,16 @@ LPC1114を利用して作成できるワンキーゲーム機、IchigoDotのフ
主に、シリアルI/F (uart)経由で表示を制御できるようにする、といった機能追加がメインです。
空中配線で制作すると、たいへん安上がりです。

主な用途
### 主な用途

・おみくじ、連打ゲーム、10秒当てゲーム、といったアプリケーションで遊ぶ

・シリアルから流し込んだデータを字幕状に表示する
* おみくじ、連打ゲーム、10秒当てゲーム、といったアプリケーションで遊ぶ
* シリアルから流し込んだデータを字幕状に表示する
 その際、IchigoDotを数珠つなぎにすることで、長い流れる文字表示ができます。

・8x8で64個のLED表示状態をメモリし、アニメーション表示できます。
* 8x8で64個のLED表示状態をメモリし、アニメーション表示できます。

その他、徐々に機能を拡張したいと思います。

以下、taisukefさんが開発したIchigoDotのREADME.mdです。
### 以下、taisukefさんが開発したIchigoDotのREADME.mdです。

IchigoDot
=========
Expand Down
2 changes: 1 addition & 1 deletion main.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ main.h

#include "utils.h"

#define VERSION_NUM "0.8.3"
#define VERSION_NUM "0.8.4"

#define TYPE 0 // 通常
//#define TYPE 1 // マトリクスLEDの位置、間違えた時
Expand Down

0 comments on commit 6333cc1

Please sign in to comment.