Easy Arduino Tutorial: #7 Displays

Поделиться
HTML-код
  • Опубликовано: 22 ноя 2024

Комментарии • 2

  • @BlondieHappyGuy
    @BlondieHappyGuy 6 дней назад

    FIRST! WOOO HOOO!
    My favorite displays are the Nextions, because I don't use their bloated libraries.
    I just send data to it directly and it can send data back directly.
    What I really don't like about most other TFT displays is the requirement of bloated libraries.
    With a Uno/Nano or other low memory board, after the libraries load, there's not a lot of room left for our sketches. Unless it's very simple code.
    With Nextion, without libraries, there is zero overhead to start with. LOVE THAT!

    • @interlinkknight
      @interlinkknight  6 дней назад

      I totally agree with you. The nextion display is awesome