Skip to content
View yamamaya's full-sized avatar

Block or report yamamaya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. OaktreeLab_M5LiteUI OaktreeLab_M5LiteUI Public

    Lightweight UI library for M5Stack series

    C++ 7

  2. WebView2Helper WebView2Helper Public

    Easy access for WebView2

    C#

  3. lgfxFontSubsetGenerator lgfxFontSubsetGenerator Public

    日本語フォントサブセットジェネレーター (Japanese font subset generator) for LovyanGFX

    HTML 10 1

  4. M5-SDInfoViewer M5-SDInfoViewer Public

    SD Card information viewer for M5Stack Basic

    C++ 12 1

  5. BitmapConverterWeb BitmapConverterWeb Public

    Bitmap image converter for embedded programming and so on.

    HTML 7 2

  6. Macro to turn on/off the debug code Macro to turn on/off the debug code
    1
    #define DEBUGMODE
    2
    
                  
    3
    #ifdef  DEBUGMODE
    4
    #define DEBUG(x)           _DEBUG(,x)
    5
    #define _DEBUG(dummy,x)    dummy##x