diff options
Diffstat (limited to 'smartpen.h')
-rw-r--r-- | smartpen.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ #include <openobex/obex.h> // TODO: These values are mostly random. -#define SMARTPEN_DPI_X (800.0) -#define SMARTPEN_DPI_Y (800.0) +#define SMARTPEN_DPI_X (677.3333) +#define SMARTPEN_DPI_Y (677.3333) #define SMARTPEN_BLEED_X 333.3 #define SMARTPEN_BLEED_Y 333.3 |