We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Longan Nana comes with a small LCD 160x80px display attached to a ST7735S controller.
Thus, some pins are occupied by this peripheral.
Namely some SPI0 pins and some controller pins.
The SPI0 pins are already marked in the pinout diagram.
However, the following LCD alternate function pins are missing:
BO -> RS B1 -> RST B2 -> CS
AFAICS, they are for command/data selection, reset and chip selection.
Ok, B2 isn't exposed as a pin, but could be included for completeness.
The boot0 button is visible on the board image, but there is no marking that shows its connection:
It's connected to pin A8.
Adding this would arguably be useful to many since such a button is a popular target for first tests.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Longan Nana comes with a small LCD 160x80px display attached to a ST7735S controller.
Thus, some pins are occupied by this peripheral.
Namely some SPI0 pins and some controller pins.
The SPI0 pins are already marked in the pinout diagram.
However, the following LCD alternate function pins are missing:
AFAICS, they are for command/data selection, reset and chip selection.
Ok, B2 isn't exposed as a pin, but could be included for completeness.
The boot0 button is visible on the board image, but there is no marking that shows its connection:
It's connected to pin A8.
Adding this would arguably be useful to many since such a button is a popular target for first tests.
The text was updated successfully, but these errors were encountered: