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

    Lesson 13. FACES. NES Games

    Lessons and Guides
    8
    14
    30.3k
    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.
    • DimiD
      Dimi @JJ
      last edited by

      @jimit thanks!

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

        Hi, how can I do that on osx?

        tnks

        M 1 Reply Last reply Reply Quote 0
        • lukasmaximusL
          lukasmaximus
          last edited by

          Hi @cepics instead of using the espflashdownload tool you can use esptool from the mac terminal

          1. download the github repository https://github.com/m5stack/M5Stack-nesemu
          2. install esptool from the setup file in the github repository https://github.com/espressif/esptool or
            from command line with
            pip install esptool
          3. Navigate to the firmware folder from the nes emulator repository and execute the flash.sh file
            ./flash.sh
            [NOTE] the flash.sh file should be edited with the name of the rom you wish to upload and that rom
            file should be in the same folder as the flash.sh file
          C 1 Reply Last reply Reply Quote 0
          • M
            macsbug @cepics
            last edited by

            How to NES Games on Mac.
            NES GAME with M5STACK:2018.05.07
            Creation date : 2018.05.07
            Creator : macsbug
            https://macsbug.wordpress.com/2018/05/07/nes-game-with-m5stack/

            1 Reply Last reply Reply Quote 0
            • C
              cepics @lukasmaximus
              last edited by

              @lukasmaximus said in Lesson 13. FACES. NES Games:

              ./flash.sh

              after executing flash.sh M5Stack start rebooting continously .....

              1 Reply Last reply Reply Quote 0
              • lukasmaximusL
                lukasmaximus
                last edited by

                Perhaps you ought to erase the flash first, follow this and see if it resolves the issue https://www.youtube.com/watch?v=YlzlFqkzhtI&t=37s

                1 Reply Last reply Reply Quote 0
                • M
                  mumiytrol
                  last edited by

                  Why do I have inverted colors in my game?

                  1 Reply Last reply Reply Quote 0
                  • lukasmaximusL
                    lukasmaximus
                    last edited by

                    @mumiytrol perhaps the rom you used is not compatible with the emulator. Did you try using other roms and did you have the same result?

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      mumiytrol @lukasmaximus
                      last edited by

                      @lukasmaximus I used different rom, but there was such a problem with everyone

                      1 Reply Last reply Reply Quote 0
                      • lukasmaximusL
                        lukasmaximus
                        last edited by

                        That's strange, I never came across this bug. Where did you download the M5Stack Nes emu from? from our official repo and which device were you using? and also how are you flashing the device with the firmware?

                        1 Reply Last reply Reply Quote 0
                        • T
                          trevorbryden
                          last edited by

                          I also successfully followed all these steps and loaded multiple NES roms from different sources...and all of them have inverted colors.

                          1 Reply Last reply Reply Quote 0
                          • D
                            duthienkt
                            last edited by

                            I had problem about color too, I tried to read other LCD libraries to know why.
                            The easy way to solve the problem is adding invert color command to ili_init_cmds.
                            I hope it's code will be updated soon.

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