Drivers for the Nokia 5110 LCD Using SPI Peripheral of the STM32F411E-DISCO Board. Should also work on similar boards. Fully Flexible Bare-Metal Drivers for the Nokia 5110 LCD. Supports INTEGERS, FLOAT, DOUBLE, STRINGS, CHARACTERS, CUSTOM BITMAPS.
- SPIx => x = (1, 2, 3)
- GPIOy => y = (A, B, C, D, E)
- NOKIA_Init
- NOKIA_SetCursor
- NOKIA_SetContrast
- NOKIA_PrintString
- NOKIA_PrintNumber
- NOKIA_PrintFloat
- NOKIA_PrintBitmap
- NOKIA_Clear
- NOKIA_Display
- Initialize The NOKIA Struct with your preferred name.
- Call The NOKIA_Init() Function and pass all the given arguments.
- Set The Best Contrast Using The NOKIA_SetCursor() Function.
- That's it! Now you have successfully initialized your LCD. Have Fun Playing Around :)