1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Kotlin/NativeでLCD表示

Last updated at Posted at 2020-06-19

目的

Kotlin/NativeでLチカが実行できたので、次はLCDの表示にチャレンジ
使うLCD 1602A。I2Cのよくあるやつです。

手順

  1. raspberrypiでI2Cを使えるようにしておく

  2. i2cdetect -y 1 をしてみて I2Cアドレス27がenableになっていることを確認する

  3. コードはこんな感じ。
    https://gitlab.com/hoso-study/raspberrypi/kotlinnative-lcd

  4. 見た目はこんな感じ。時が飛ぶのはディアボロのせい
    kotlinnative-lcd.gif

今回のポイント

  1. デフォルトで、液晶の表示が全く見えなかった。何も表示されないと思っていたら、見えなかっただけだった。ポテンショメータ(裏の青いやつ)でコントラストが調整できた。

  2. Kotlin/Nativeで時刻の取得をするのがちょっと大変だった。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?