Flipper Zero: JavaScript for the FlipBoard!

Sdílet
Vložit
  • čas přidán 29. 08. 2024

Komentáře • 7

  • @Atmatan
    @Atmatan Před 4 měsíci +2

    Good luck to the contest entrants!

  • @MakeItHackin
    @MakeItHackin Před 4 měsíci +3

    flip the world!

  • @WillyJL
    @WillyJL Před 4 měsíci +2

    Great stuff, love it! Really like the structure and design of those scripts, shows how much is possible with js now, and will allow a lot more cool stuff with the flipboard. Thank you!

    • @MrDerekJamison
      @MrDerekJamison  Před 4 měsíci +2

      Thanks. It’s been fun doing JavaScript on the Flipper, thanks for adding some of those modules. It’s always hard figuring out the right abstraction, things like loader_api.js are helping to hide some checks & centralize library initialization, but it introduces yet another object you have to learn about - I hope people will just type: “this.api.namespace.func(…)” without necessarily realizing it’s yet another layer. 😀

  • @MrDerekJamison
    @MrDerekJamison  Před 4 měsíci +2

    Order your FlipBoard at github.com/makeithackin/flipboard?tab=readme-ov-file#purchase-the-flipboard
    My Discord server is doing a giveaway for a FlipBoard... discord.com/invite/NsjCvqwPAd
    Tutorial at github.com/jamisonderek/flipper-zero-tutorials/tree/main/js/flipboard

  • @alzalame
    @alzalame Před 4 měsíci +1

    Always best tutorial's , nice and neat , thank you .

    • @MrDerekJamison
      @MrDerekJamison  Před 4 měsíci +1

      Thanks! I figure most people want to use it as a MacroPad that does something when the button is pressed vs. a Blinky thing or Simon memory game (although I might try rewriting those C apps in JavaScript too).