st7789
st7789 copied to clipboard
ST7789 full function driver library for general MCU and Linux.
### Version 1.0 ### Describe the bug Printing strings is very slow, but printing pictures is super fast. [Code location L294](https://github.com/hepingood/st7789/blob/master/project/raspberrypi4b/src/main.c#L294C5-L294C5) ### Reproduce I use `project/raspberrypi4b` , `st7789_basic_string` is very...
### Please ask your question I can't find the macro definition like"#define column offset" ### Additional context _No response_
### Version _No response_ ### Describe the bug it works in the stm32cubeide, but failed in clion with openocd, ### Reproduce copy into the clion ### Expected behavior when i...
### Document Links https://github.com/libdriver/st7789/blob/master/README.md ### Description of the problem Reference in README.md to online docs appears broken... Online documents: https://www.libdriver.com/docs/st7789/index.html. ### Please give your suggestion _No response_ ### Additional context...
### Please ask your question 库中没有关于cs引脚电平初始化的代码,依赖外部cs默认电平。若cs默认电平为低,无法成功初始化。希望可以在内部加入cs电瓶初始化,提高稳定性。 ### Additional context 数据手册依据 Any instruction can be sent in any order to the driver. The MSB is transmitted first. **The serial interface is...