Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Arduino LCD #115

Open
jfpoilpret opened this issue May 16, 2023 · 1 comment
Open

Add support for Arduino LCD #115

jfpoilpret opened this issue May 16, 2023 · 1 comment
Assignees
Labels
device support Request to support an external device e.g. I2C or SPI chip
Milestone

Comments

@jfpoilpret
Copy link
Owner

Arduino LCD is based on ILI 9163 LCD display chip. It also includes a SC Card reader (not the target of this issue though).

@jfpoilpret jfpoilpret self-assigned this May 16, 2023
@jfpoilpret jfpoilpret added the device support Request to support an external device e.g. I2C or SPI chip label May 16, 2023
@jfpoilpret jfpoilpret added this to the 1.11 milestone May 16, 2023
@jfpoilpret
Copy link
Owner Author

After investigation, it seems that Arduino LCD is based on ST7735, not ILI9163 chip.
As a matter of fact, both chips are very similar, I would say ST7735 is a " functional subset" of ILI9163:

  • reduced number of supported resolutions
  • maybe other differences (I did not have time to compare both datasheets in details)

Since I only own an official Arduino LCD, FastArduino support will be on ST7735 only as I won't be able to check it on ILI9163.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
device support Request to support an external device e.g. I2C or SPI chip
Projects
None yet
Development

No branches or pull requests

1 participant