adafruit/micropython-adafruit-rgb-display

Typo in list of supported displays: ILI9241

Closed this issue · 4 comments

In the list of supported displays, there is a typo in the class name for the ili9342, it says "ILI9241"

Well spotted! Do you want to make a pull request to fix it?

Wait a minute, we don't support either ILI9342 nor ILI9241. We only support ILI9341.

Oops, I made a typo in my comment as well 😃

Anyway, I just created a PR #6

Thanks a lot, it's merged!