Jump to content

M3Michi

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. My CUBEMX generated Makefile project using spi dma ili9341. I use Visual Studio Code, you may want to edit the path to make,gcc and stcubeprogrammer in settings.json. uGFX_STM32f103.7z
  2. I can read from the display, AA is working fine. Reading requires 3x8bit transfer per pixel. This is weired because when you write you need to write 16bit per pixel. Reading happends in the slowest possible way. Pixel by pixel using gdisp_lld_get_pixel_color. gdisp_lld_read_start, gdisp_lld_read_color and gdisp_lld_read_stop is never been used. Is this to be expected? I have GDISP_HARDWARE_STREAM_READ defined TRUE. How to use streaming for reading ? I will try to change the setting for the ILI (RIM).
  3. I tried uGfx but its to slow. I started to optimize the ili9341 lld. i switched spi to 16bit, wrote functions for Hardware clear, fill & bitfills with DMA. Speed is fine now. Had a hard time to initialize the lcd with 16bit spi. Now i init the lcd with 8bit spi and switch to 16bit after init is done. Now i want to try to read back from display, how can i test? What else could be done to speed things up? Thanks for your uGFX.
×
×
  • Create New...