_____ ( _ ) | ( ) | | | | | | (_) | (_____)
____ / ___| \___ \ ___) | |____/
## ## #### ## #### ## ##
#### ## ## ###### ## #####
_ _ ( ) ( ) | | | | | | | | | (_) | (_____)
IMPORTANT: enter the case-INsensitive alphabetic (no numbers) code AND WRITE SOME SHORT summary of changes (below) if you are saving changes. (not required for previewing changes). Wiki-spamming is not tolerated, will be removed, so it does NOT even show up in history. Spammers go away now. Visit Preferences to set your user name Summary of change: Hi, uses the same LCD mapping as genboard v3, relevant snippet from ''lcd.h'' : {{ #if LCD_MAPPING==3 #define LCD_DATA PORTC #define LCD_DATAPIN PINC #define LCD_DATADDR DDRC #define LCD_CTRL_EN PORTG #define LCD_CTRLDDR_EN DDRG #define ENABLE _BV(2) /* RS=0: instruction, RS=1: data (grey) */ #define RS _BV(1) /* direction: 0: write, 1:read (purple) */ #define DDIR _BV(0) #define LCD_CTRL_RS_RW PORTG #define LCD_CTRLDDR_RS_RW DDRG #endif // LCD_MAPPING==3 }} The keyboard is same as GenBoard (only genboard v3 have Maxim-Dallas 1-wire, which conflicts with this). Optional: Add document to category: Wiki formatting: * is Bullet list ** Bullet list subentry ... '''Bold''', ---- is horizontal ruler, <code> preformatted text... </code> See wiki editing HELP for tables and other formatting tips and tricks.