Below are the screen with their respective code that needs to be added.
The line needs to be added right above ReefAngel.Init(); to make sure the controller knows which gen screen you are using
Gen 1
Dark brown pcb connector and black bottom
Code: Select all
InternalMemory.LCDID_write(255);
Tan or green pcb connector and white bottom
Code: Select all
InternalMemory.LCDID_write(255);
No pcb connector and black bottom
Code: Select all
InternalMemory.LCDID_write(0);
No pcb connector with flex going through a cutout
Code: Select all
InternalMemory.LCDID_write(1);