forked from mirrors/qmk_userspace
Format code according to conventions (#15193)
This commit is contained in:
parent
b06740c933
commit
2c5d66987d
35 changed files with 576 additions and 516 deletions
|
@ -149,7 +149,7 @@ void micro_oled_init(void) {
|
|||
#endif
|
||||
|
||||
send_command(MEMORYMODE);
|
||||
send_command(0x02); // 0x02 = 10b, Page addressing mode
|
||||
send_command(0x02); // 0x02 = 10b, Page addressing mode
|
||||
|
||||
send_command(SETCOMPINS); // 0xDA
|
||||
if (LCDHEIGHT > 32) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue