STM32 Hardware SPI Driver for ST7735 – Register Version
This is the optimized code completed right after dinner. The initial process was very tortuous; the previous driver worked, but it only implemented color filling and did not print text. Now it has been perfectly driven, and I would like to share the problems encountered and how I solved them.I started by referencing the code … Read more