help something is wrong with my portal 2

Поділитися
Вставка
  • Опубліковано 27 кві 2024
  • so I recorded some footage of sp_a3_bomb_flings, converted it to GIF, downscaled it to 240x135, removed a bunch of frames and uploaded it to my ESP32 in PNG format, along with a simple player script. it's flashed with an ST7789 driver-infused ESP-IDF firmware, so it can drive this color 240x135 IPS.
  • Ігри

КОМЕНТАРІ • 2

  • @mostlydaniel
    @mostlydaniel 15 днів тому

    you need to download more ram

    • @electrovoyage.
      @electrovoyage.  14 днів тому +1

      That is an actual issue i sometimes face with the ESP32 - it has *_VERY_* little RAM. A simple program with this display driver can easily make it start bootlooping due to illegal allocations at address 0x00000002 or whatever, which google tells me it means it ran out of RAM, which is confirmed by the gc module - after removing some code it was telling me i was using 92% of RAM! And the thing is - this is a regular ESP32 - the highest RAM model there is! So it would actually be really nice if i could download more RAM