Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. h5n1xp
    H
    • Profile
    • Following 1
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 1
    • Groups 0

    h5n1xp

    @h5n1xp

    1
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    h5n1xp Unfollow Follow

    Best posts made by h5n1xp

    • RE: T-Display S3: 8MB PSRAM

      Found that the arduinoexpressif32 framework has some psram functions builtin:

      if psramFound() == true, then you can call ps_malloc(), ps_calloc(), and ps_realloc()... but apparently no ps_free(), ps_size(), or ps_avail()

      So it's possible and quite easy to allocate the psram of the T-Display S3, but annoyingly not find out how much there is, or to be able to free it if you don't need it anymore.

      posted in Technical Discussion
      H
      h5n1xp

    Latest posts made by h5n1xp

    • RE: Turn off LEDs on the LILYGO T-Display S3

      @teastain fantastic link many thanks again, do you know anything about using DMA on the ESP32-S3?

      I want to try and improve the gfx performance of the Arduino_GFX library, and it looks like memory performance is quite the limiting factor (possibly due to the canvas buffers being allocated in ps_ram?).

      posted in Technical Discussion
      H
      h5n1xp
    • RE: T-Display S3: 8MB PSRAM

      Found that the arduinoexpressif32 framework has some psram functions builtin:

      if psramFound() == true, then you can call ps_malloc(), ps_calloc(), and ps_realloc()... but apparently no ps_free(), ps_size(), or ps_avail()

      So it's possible and quite easy to allocate the psram of the T-Display S3, but annoyingly not find out how much there is, or to be able to free it if you don't need it anymore.

      posted in Technical Discussion
      H
      h5n1xp
    • RE: T-Display S3: 8MB PSRAM

      Ok, Reading through the ESP32-S3R8 datasheet (Page 11), it seems the PSRAM is internal to the chip and is on GPIO 32~37... If I get time tomorrow I will experiment.

      posted in Technical Discussion
      H
      h5n1xp
    • T-Display S3: 8MB PSRAM

      The T-Display S3 technical information page states the board has 8MB of PSRAM, does anyone know how to address this?

      I want to set up a frambuffer for more complex graphics work.

      posted in Technical Discussion
      H
      h5n1xp
    • RE: Turn off LEDs on the LILYGO T-Display S3

      @teastain

      Many thanks for this information!

      posted in Technical Discussion
      H
      h5n1xp