cheungbx / esp8266_arduboy2

a fork of the esp8266_arduboy2 library with push buttons
Other
37 stars 14 forks source link

pgm_read_byte #3

Open GamerClassN7 opened 3 years ago

GamerClassN7 commented 3 years ago

pgm_read_byte hi i was trying to convert 1943 game by your instruction but i am stuck on https://github.com/filmote/Nineteen43

pgm_read_byte : argument of type "uint32_t" is incompatible with parameter of type "const uint8_t *"

Did you have any experience with this ?