Modos Paper Monitor – Open-hardware e-paper monitor and dev kit
61–70 of 82 posts
Re: Modos Paper Monitor – Open-hardware e-paper monitor and dev kit
#62Re: Modos Paper Monitor – Open-hardware e-paper monitor and dev kit
#63Earlier quoted context omitted.
> in the GUI version or in the TUI version, in a terminal like Kitty. I want to try some monochrome UI, but that amber is definitely not my taste. Let me see if there is a "paper-like" theme, or maybe I can make one myself.
I (re)built it w/ a little script I call roygvim [0] -- here's the source [1] [0]: https://github.com/camgunz/roygvim [1]: https://pastebin.com/b0LRpjUC
https://images2.imgbox.com/16/79/Tz7rMe2c_o.png
colorscheme paper
highlight Normal guibg=#f7f5f0 guifg=#000000 gui=NONE
highlight CursorLine guibg=#f0efea gui=NONE
highlight CursorColumn guibg=#f0efea gui=NONE
highlight Comment guifg=#777777 gui=italic
highlight Constant guifg=#333333 gui=underline
highlight String guifg=#333333 gui=italic
highlight Character guifg=#333333 gui=italic
highlight Number guifg=#333333 gui=underline
highlight Boolean guifg=#333333 gui=underline
highlight Float guifg=#333333 gui=underline
highlight Identifier guifg=#000000 gui=NONE
highlight Function guifg=#000000 gui=bold
highlight Statement guifg=#000000 gui=bold
highlight Conditional guifg=#000000 gui=bold,underline
highlight Repeat guifg=#000000 gui=bold
highlight Label guifg=#000000 gui=bold
highlight Operator guifg=#000000 gui=NONE
highlight Keyword guifg=#000000 gui=bold
highlight PreProc guifg=#333333
highlight Include guifg=#333333 gui=underline
highlight Define guifg=#333333 gui=underline
highlight Macro guifg=#333333 gui=underline
highlight PreCondit guifg=#333333 gui=underline
highlight Type guifg=#000000 gui=bold,italic
highlight StorageClass guifg=#000000 gui=bold
highlight Structure guifg=#000000 gui=bold
highlight Typedef guifg=#000000 gui=bold
highlight Special guifg=#333333 gui=italic
highlight SpecialChar guifg=#333333 gui=italic
highlight Tag guifg=#333333 gui=italic
highlight Delimiter guifg=#000000 gui=NONE
highlight SpecialComment guifg=#777777 gui=italic
highlight Debug guifg=#333333 gui=italic
highlight Underlined guifg=#000000 gui=underline
highlight Error guifg=#000000 gui=bold,underline
highlight Todo guifg=#000000 gui=bold,italic
highlight Visual guibg=#d0d0d0 guifg=#000000 gui=NONE
highlight IncSearch guibg=#d0d0d0 guifg=#000000 gui=NONERe: Modos Paper Monitor – Open-hardware e-paper monitor and dev kit
#64Earlier quoted context omitted.
I (re)built it w/ a little script I call roygvim [0] -- here's the source [1] [0]: https://github.com/camgunz/roygvim [1]: https://pastebin.com/b0LRpjUC
My attempt: https://images2.imgbox.com/16/79/Tz7rMe2c_o.png colorscheme paper highlight Normal guibg=#f7f5f0 guifg=#000000 gui=NONE highlight CursorLine guibg=#f0efea gui=NONE highlight CursorColumn guibg=#f0efea gui=NONE highlight Comment guifg=#777777 gui=italic highlight Constant guifg=#333333 gui=underline highlight String guifg=#333333 gui=italic highlight Character guifg=#333333 gui=italic highlight Number guif…
Re: Modos Paper Monitor – Open-hardware e-paper monitor and dev kit
#65Earlier quoted context omitted.
My attempt: https://images2.imgbox.com/16/79/Tz7rMe2c_o.png colorscheme paper highlight Normal guibg=#f7f5f0 guifg=#000000 gui=NONE highlight CursorLine guibg=#f0efea gui=NONE highlight CursorColumn guibg=#f0efea gui=NONE highlight Comment guifg=#777777 gui=italic highlight Constant guifg=#333333 gui=underline highlight String guifg=#333333 gui=italic highlight Character guifg=#333333 gui=italic highlight Number guif…
Thanks for sharing! Would it be alright if I try it out during our livestream this week?
Re: Modos Paper Monitor – Open-hardware e-paper monitor and dev kit
#66Re: Modos Paper Monitor – Open-hardware e-paper monitor and dev kit
#67Looks like my post got a second chance. I'm not affiliated with the project, but I am an interested e-ink monitor enthusiast. You may be interested to know that this project is a fully open project, all source code, verilog, algorithm documentation and hardware design files are on github: https://github.com/Modos-Labs/Glider https://gitlab.com/zephray/caster
That turned into a community project and eventually into building our own FPGA-based e-ink display controller to improve refresh speed and reduce ghosting.
The result is a dev kit and monitor: open hardware, supports 6–13" monochrome and color e-ink panels over HDMI or USB-C, up to 75 Hz with sub-100 ms latency, and includes a C API.
Hardware, firmware, docs and schematics: https://github.com/Modos-Labs/Glider
Re: Modos Paper Monitor – Open-hardware e-paper monitor and dev kit
#68Looks like my post got a second chance. I'm not affiliated with the project, but I am an interested e-ink monitor enthusiast. You may be interested to know that this project is a fully open project, all source code, verilog, algorithm documentation and hardware design files are on github: https://github.com/Modos-Labs/Glider https://gitlab.com/zephray/caster
Three years ago, I posted about modding a ThinkPad T480 into an e-ink laptop: https://news.ycombinator.com/item?id=26245563 That turned into a community project and eventually into building our own FPGA-based e-ink display controller to improve refresh speed and reduce ghosting. The result is a dev kit and monitor: open hardware, supports 6–13" monochrome and color e-ink panels over HDMI or USB-C, up to 75 Hz with su…
Re: Modos Paper Monitor – Open-hardware e-paper monitor and dev kit
#69Earlier quoted context omitted.
Three years ago, I posted about modding a ThinkPad T480 into an e-ink laptop: https://news.ycombinator.com/item?id=26245563 That turned into a community project and eventually into building our own FPGA-based e-ink display controller to improve refresh speed and reduce ghosting. The result is a dev kit and monitor: open hardware, supports 6–13" monochrome and color e-ink panels over HDMI or USB-C, up to 75 Hz with su…
I'm probably getting one for desktop use, but I'm also curious for other use cases, what's the power usage like? while idle or doing high frame rate video?
Re: Modos Paper Monitor – Open-hardware e-paper monitor and dev kit
#70we bought a couple of these at TRMNL for testing purposes ;)