It appears to be using the same convention as Orange Pi Zero for mapping H3 port numbers to Linux GPIOs:

(position of letter in alphabet - 1) * 32 + pin number


So letter "L" is number 12 in the alphabet:

Code: Select all

(12 - 1) * 32 + 11 = GPIO 363