mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Nook driver: Add support for Nook Glowlight Plus 2023
This commit is contained in:
parent
a62281dede
commit
f8f6b47710
@ -90,8 +90,9 @@ class NOOK_COLOR(NOOK):
|
||||
0xc, # Glowlight from 2019
|
||||
0xd, # Glowlight from 2021
|
||||
0xe, # Glowlight from 2021
|
||||
0xf, # Glowlight from 2023
|
||||
]
|
||||
BCD = [0x216, 0x9999, 0x409]
|
||||
BCD = [0x216, 0x9999, 0x409, 0x440]
|
||||
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['EBOOK_DISK', 'NOOK_TABLET',
|
||||
'NOOK_SIMPLETOUCH', 'NOOK_GLOWLIGHT']
|
||||
|
Loading…
x
Reference in New Issue
Block a user