Jump to content

mobyfab

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

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

  1. Hey, I don't think you need UTF-16 to make it work if you fix the offset table size limit. However in case of languages not using the latin alphabet (or very little of it), it would be more efficient as most characters will need 3 bytes in UTF-8, and only 2 in UTF-16.
  2. I mean it would be really slower.
  3. I will look into in when I have enough time. However in this specific case there is nothing wrong with the driver, just the panel file uncorrectly setup. The SSD1963 driver will always be troublesome as everyone has different panels, we'd need lots of panel files (and test them) to get something that works out of the box. Forget about anything more than 16 bits as the FSMC and GPIO buses are 16 bits on STM32.
  4. Hi, The initialization code is fine, you need to fix (decrease) the front/back porch on your panel file instead. Also note that you cannot use FSMC for 18 bit pixel depth.
×
×
  • Create New...