Porting a driver of ST7735S, but getting error in generated file #66350
-
My system: I can compile sample with ST7735R: I tried to port the driver for st7735s from st7735r. But I got an error when compiling:
Can someone help me determine the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Looks like the Marco you copied but forgot to change to S instead of R:
If the two variants are similar enough, you might want to rename the existing driver st7735x and just handle the differences. |
Beta Was this translation helpful? Give feedback.
-
It was my carelessness. Thank you for pointing out this problem! |
Beta Was this translation helpful? Give feedback.
Looks like the Marco you copied but forgot to change to S instead of R:
If the two variants are similar enough, you might want to rename the existing driver st7735x and just handle the differences.