Skip to content

Instantly share code, notes, and snippets.

View kawashimaken's full-sized avatar
😃
Focusing

Ken kawashimaken

😃
Focusing
View GitHub Profile
@kawashimaken
kawashimaken / esp32_with_two_st7735s_lovyanGFX.ino
Last active April 26, 2023 04:53
esp32_with_two_st7735s_lovyanGFX
#include <LovyanGFX.hpp>
// ESP32でLovyanGFXを独自設定で利用する場合の設定例
/// 独自の設定を行うクラスを、LGFX_Deviceから派生して作成します。
class LGFXsmall : public lgfx::LGFX_Device {
// 接続するパネルの型にあったインスタンスを用意します。
lgfx::Panel_ST7735S _panel_instance;
// パネルを接続するバスの種類にあったインスタンスを用意します。