🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Modification of the M5Stack library for Arduino

    Arduino
    3
    5
    1.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Bbjodel
      last edited by Bbjodel

      Good evening everyone,
      Can we modify the M5Stack (Arduino) library to operate an LCD type ST7789V or other LCD in place of the Ili9341 or the Ili9342C ?

      If so would you have an example?

      Fred

      1 Reply Last reply Reply Quote 0
      • C
        casascius
        last edited by

        The LCD support in M5Stack Arduino is itself a derivative of TFT_eSPI available on GitHub. If it's not specifically for an M5Stack Core/Basic/Gray, start with TFT_eSPI and work with its templates for the LCD of your choice.

        B 1 Reply Last reply Reply Quote 0
        • B
          Bbjodel @casascius
          last edited by

          @casascius

          Hi casascius,
          In fact I have a code where we call on the TFT_eSPI library and the M5Stack library which draw measurement instruments, here is an extract:

          #include <m5stack.h>
          #include <gaugewidgets.h>
          #include <free_fonts.h>

          It works with an IL9341 but not the others, I modified the TFT_eSPI library but without result ...

          1 Reply Last reply Reply Quote 0
          • F
            flypeek
            last edited by

            https://forum.m5stack.com/topic/5180/how-to-make-a-smaller-bin/5

            1 Reply Last reply Reply Quote 0
            • B
              Bbjodel
              last edited by

              I already tried but without any results, i have a ST7789V, with the TFT_SPI library it works well but not with the M5Stack library....

              1 Reply Last reply Reply Quote 0
              • First post
                Last post