1) Add PK3 and PI13 to the defined pins:
Code: Select all
#define PK3 26 // LCD Backlight Control
#define PI13 27 // LCD Interrupt pin
Code: Select all
#define PK3 26 // LCD Backlight Control
#define PI13 27 // LCD Interrupt pin
fpiSTM wrote: Fri Nov 13, 2020 8:19 amWell, the variant has been made by a contributor:jacob-rf wrote: Thu Nov 12, 2020 9:16 pm fpiSTM: Why should it not be defined on purpose? I would like to use it..
https://github.com/stm32duino/Arduino_C ... 2/pull/300
I've only review and made some clean up.
I know several variant does not have all pins defined, I'm currently working on a rework to ease generic variant addition and provide access to all pins.
This will be fixed thanks my rework. But as said this is not a bug as variant can be defined as you want.![]()