NaitLee / Cat-Printer

Application supporting Bluetooth thermal “Cat Printers”, for everyone!
GNU General Public License v3.0
350 stars 36 forks source link

eInk display #37

Open frankenstein91 opened 2 years ago

frankenstein91 commented 2 years ago

I tested the app today on an Android tablet with an eInk display. Unfortunately there seems to be no difference between dark and light design. On the tablet, light would be much better.

NaitLee commented 2 years ago

I'm wondering if:

... Maybe not accurate, I'm new to such thing 🙃

Just mention that, it's totally OK to serve a Cat-Printer instance on PC & access it with phone browser. You may debug in such way, try to change a bit CSS 😉 (Will use PC Bluetooth to print, though)

frankenstein91 commented 2 years ago

PXL_20220903_132917111 I thought you can switch between light and dark with the Dark Theme button.

NaitLee commented 2 years ago

Uh, well, it's always dark when you have High Contrast enabled.

CSS isn’t flexible enough at these, so I left it as that. (see all the existing duplicate rules in www/main.css, notably between @media and body.*, already annoying indeed)

Maybe use JS? I don't like that feeling anyway.

Thoughts are welcome :)