書籍内の6,7,8章で掲載しているサンプルコードです。
- wio_examples - 6,7,8章で作成する Wio Terminal 用のファームウェア
- wio_splash - 7章の embedded-graphics で作成するカスタム描画オブジェクト
- eg-playground - 7章の embedded-graphics をホスト PC で動かすサンプルコード
紙面の組版に合わせて、横幅 72 文字で一部手動でフォーマットしています。
もし Rust デフォルトのフォーマットでコードを見たい場合は、各ディレクトリにある rustfmt.toml
を削除して、cargo-fmt --all
を実行して下さい。