Flipper Zero - Video Game Module Custom Firmware

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

Komentáře • 23

  • @MrDerekJamison
    @MrDerekJamison  Před 6 měsíci

    Let me know what color combinations you come up with! You can also change the colors of the left/right and top/bottom bars around the main image. I'll update the WIKI later today with the details on which lines in frame.c to update. All the commands I typed are in the video description.

  • @PenAce
    @PenAce Před 5 měsíci +1

    Dope use of AI changing the colour scheme look forward to better games from this.

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

      Thanks. Eclipse watched my video and made this awesome mod (a video is posted in my Discord server): github.com/EclipseFox25/Video-Game-Module---Rainbow-Output

    • @PenAce
      @PenAce Před 5 měsíci +1

      @@MrDerekJamison rainbow output 🙂

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

    Oooo this gon be good!

    • @MrDerekJamison
      @MrDerekJamison  Před 5 měsíci

      How did AI lead us down the wrong path... twice. The math it showed looked really convincing. 🤣 Maybe on my flight home I can figure out where it went wrong.

  • @MrDerekJamison
    @MrDerekJamison  Před 6 měsíci

    Don't forget to subscribe and click the notification button! Let me know your ideas for videos you would like to see! I'm on vacation right now... but March 23rd I'll do a video on how to make your own game using the Video Game Engine (which is what "Air Arkanoid" and "Air Labyrinth" use) and we will control by tilting our Video Game Module.

  • @Savage.735
    @Savage.735 Před 6 měsíci

    Nice 👍

    • @MrDerekJamison
      @MrDerekJamison  Před 5 měsíci

      Thanks. I wish I had more time to do the bitmap demo, changing the image when it's detected is interesting too. I made a video, but my images were just random 128x64 and I was afraid I would confuse more than explain. 🤦‍♂️

  • @MrDerekJamison
    @MrDerekJamison  Před 6 měsíci

    The previous video, for setting up your Flipper with Video Game Module is at czcams.com/video/2Kx11bDy0uQ/video.html

  • @rayj1988
    @rayj1988 Před 5 měsíci

    Thanks for the great video I have been able to modify and compile the firmware because of the video!
    Do you happen to know what settings I would need to change to make it display in portrait mode? I have played around for a few hours with no luck 😅

    • @MrDerekJamison
      @MrDerekJamison  Před 5 měsíci

      I'm on vacation for a few more days. I saw that there is "horizontal" and "vertical" rendering, but I didn't look at how it works yet.

    • @rayj1988
      @rayj1988 Před 5 měsíci

      @MrDerekJamison Thanks. Yes, I have been playing around with the settings for a few days now but I still can't get it to fill the display properly. Enjoy your holiday!

    • @rayj1988
      @rayj1988 Před 5 měsíci

      @MrDerekJamison I did update the firmware to be on vertical orientation. However, unfortunately, the image is too small on my monitor. I believe needs the orientation rotated 90 degree to the right which I have really been struggling with.

    • @rayj1988
      @rayj1988 Před 5 měsíci

      @MrDerekJamison Just wondering if you have any idea how to rotate the image 90 degree to the right? I suck at coding and I have tried over 50 times no luck with chatgtp hehe. The best image I could get had lines all through it. I really did not think it would be such a big project.

  • @MrDerekJamison
    @MrDerekJamison  Před 6 měsíci

    rgbcolorpicker.com/565 looks like a great site to be able to create hex colors fairly accurately. You can even use the dropper to select them. You make have to slightly change the sliders to get the HDMI to match what you expect (but maybe it's my TV messing with the colors?)

  • @my-rules
    @my-rules Před 6 měsíci +1

    • @MrDerekJamison
      @MrDerekJamison  Před 5 měsíci

      That was a lot of work for some pi colors. Do you have a VGM?

  • @MrDerekJamison
    @MrDerekJamison  Před 5 měsíci

    If you don't have a favorite color, you need to take a look at this >>> github.com/EclipseFox25/Video-Game-Module---Rainbow-Output

  • @Halphbaked210
    @Halphbaked210 Před 6 měsíci

    How long until we are running super mario with a usb controller using this vgm?

    • @MrDerekJamison
      @MrDerekJamison  Před 5 měsíci

      It seems like in 2021 there was lots of progress in the super mario world. Maybe the Flipper will just provide the custom firmware and everything will run within the VGM?

  • @360Production.Services
    @360Production.Services Před 5 měsíci

    Is it necessary to compile from Linux? Can't we compile in Windows?

    • @MrDerekJamison
      @MrDerekJamison  Před 5 měsíci

      I haven't tried to compile it in Windows, but perhaps you can setup all of the requirements there too. You would need to setup the protobuf comipler, libstdc++, cmake and make. Or perhaps running WSL2 would be an option, if you are just trying to avoid having a full VM? It's on my todo list to investigate, but I probably won't get to it for a few weeks.
      If you investigate and figure out directions for building on Windows, please drop a note in my Discord server. discord.com/invite/NsjCvqwPAd
      www.geeksforgeeks.org/how-to-use-kali-linux-in-windows-with-wsl-2/ is a good starting point if you want to try the WSL2 route. In theory, once you setup WSL you should be able to follow the same steps that were in my video.