Skip to content

A C++ implementation of a linked list for a menu on a (4x20) LCD display

Notifications You must be signed in to change notification settings

ayleenw/linked-list-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draft: Linked List implementation in C++ for use with LCD display

This implements a menu to be shown on a LCD display (4 lines by 20 characters), connected to a microcontroller (STM32, Arduino, you name it) and controlled by a rotary encoder (alternatively it could be used with 3 buttons: up, down and select).

It uses a classic linked list and a intermediate menu layer.

This is using char* instead of string, because the latter is not available on STM32F0* controllers.

In this state, menu lines are printed to the console for development and debugging.

About

A C++ implementation of a linked list for a menu on a (4x20) LCD display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages