LCD initialisation by instruction.
Most display projects use Initialisation by Internal Reset Circuit which produces a default set of conditions.
The conditions include:
- interface data path
- number of display lines
- 5 * 8 dot character font
- display off
- cursor off
- blinking off
I would like to use alternative combinations - especially the 5*10 font. So this is the start of a project.