Skip to content

0.1.0

Compare
Choose a tag to compare
@GOB52 GOB52 released this 14 Nov 13:36
· 50 commits to master since this release

重要な変更

  • namespace が gob から goblib へ変更
  • update の呼び出し順が、M5.update() の後になった
    (update 内での M5.Touch.update() 呼び出しを行わなくなった為
    以前は M5.update と update でそれぞれ呼ばれていた)
  • 一部クラス関数名の変更
    [deprecated] showButtons , hideButtons => [new methods] show, hide

追加

  • いくつかの example を追加

Important changes

  • namespace changed from gob to goblib
  • The order of update calls is now after M5.update()
    (Because M5.Touch.update is no longer called from the update.
    Previously called by M5.update and update)
  • Changed some class function names
    [deprecated] showButtons , hideButtons => [new methods] show, hide

Addtion

  • Add some examples.