Unpack the master ZIP archive to a folder of choice. Load the Lazarus project file lcdccm.lpi in the Lazarus IDE and build. The LCD 20x4 Bricklet supports up to 8 custom characters 0-7 which are ...
A nibble is a 4 bit element, which can hold a value 0..15 (0..F in HEX). It can be seen as an uint4_t type. The nibbleArray is an array that stores 2 nibbles in a byte therefore it is twice as small ...