0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

aitendoの安いセグメント液晶でカッコ良く表示してみる

0
Posted at

はじめに

aitendoで売っている安いセグメント液晶をご存じだろうか?200円ぐらいで買えます。(2026/02/03)

表示が変われば気分も上がりそうです。

(※aitendoHPより)

EFFECT

  effect   printPosNum printNum
E_NONE
E_SPIN
E_SPIN2
E_FALL
E_SHOOT -

Usage

  • void printPosNum(uint8_t pos, uint8_t num, uint8_t effect); — Displays a single digit at the specified position
  • void printNum(int32_t value, uint8_t effect); — Displays an integer value across digits

改造

残念ながら、そのままだと表示が薄すぎて見えません。先人たちのご苦労を元に、以下の様に改造しました。

TS174
R3を1KΩ~5KΩぐらいに

TS119-5
R1を1KΩ~5KΩぐらいに

TS206
R2を10KΩぐらいに

ソース

おわりに

先人たちのご苦労により無駄にならず使えそうです。とは言うものの、この液晶は視野角が狭すぎて真正面からしか見えません。なのでオススメはしません。200円なので他の買い物ついでなら有りかもしれません。

Special thanks!!

https://morecatlab.akiba.coocan.jp/lab/index.php/2015/10/segment-lcd/
https://miraluna.hatenablog.com/entry/2018/05/01/070000
https://qiita.com/yamori813/items/63c3f93961640ba29b84
https://plaza.rakuten.co.jp/v62000/diary/201606300000/
https://plaza.rakuten.co.jp/v62000/diary/201606290000/

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?