Mastering Arduino OLED Display Programming with Star Wars Theme

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

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

  • @timbrieaddy5459
    @timbrieaddy5459 Год назад +1

    Thank you very much for your videos. They are a big help to a new programmer like me. Keep them coming! I'm subscribed.

  • @DeeGeeDeFi
    @DeeGeeDeFi 26 дней назад

    How would one incorporate your Aurebesh8pt7b.h file? Is it copied into the lib folder? src? is it created as a .h file?
    When I add #include "lib/Aurebesh8pt7b.h" and drop the .h file into the lib, src, or include folder, it fails to compile.

    • @thelastoutpostworkshop
      @thelastoutpostworkshop  26 дней назад

      You can also simply put the Aurebesh8pt7b.h in the same folder of your .ino sketch and use #include "Aurebesh8pt7b.h"