|
@@ -49,7 +49,7 @@ static inline void st7735_automatic_viewport_offsets(painter_device_t device, pa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-bool qp_st7735_init(painter_device_t device, painter_rotation_t rotation) {
|
|
+__attribute__((weak)) bool qp_st7735_init(painter_device_t device, painter_rotation_t rotation) {
|
|
|
|
|
|
const uint8_t st7735_init_sequence[] = {
|
|
const uint8_t st7735_init_sequence[] = {
|
|
|
|
|
|
@@ -141,4 +141,4 @@ painter_device_t qp_st7735_make_spi_device(uint16_t panel_width, uint16_t panel_
|
|
|
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-
|
|
+
|