OLED(SSD1331) Meter. Count up to 30000

preview_player
Показать описание
Let's see everyone counting up to 30000!

A self-made meter with STM32F103C8(Blue Pill) and OLED (SSD1331). Build with STM32CubeIDE.

Counting resolution, scale interval, and color palette can be changed.

There are many useful commands in the SSD1331, but in a high-performance MCU such as the STM32F103C8, using "commands" results in low efficiency.

code here:

----------------------------------------------------------------------------------------------------------------
30000までのカウントアップを見届けよう!

STM32F103C8(Blue Pill)とOLED (SSD1331)を使用した自作のメータ。
STM32CubeIDEで作成。

カウントの分解能、目盛り間隔、カラーパレットを変更可能。

SSD1331には便利な描画コマンドが多く存在するが、STM32F103C8のような高性能なMCUでは、このようなコマンドの利用はかえって遅くなってしまいます。
Рекомендации по теме
Комментарии
Автор

can you provide the source code? I only can initialize the oled but can't draw anything... help!

chengL