Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/display_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ int mapEpd(int id){
case 0x003F: return EP31_240x320;
case 0x0040: return EP75YR_800x480;
case 0x0041: return EP_PANEL_UNDEFINED;
case 0x0042: return EP133_960x680;
default: return EP_PANEL_UNDEFINED;
}
}
Expand Down