Search found 9 matches

by webtran
Wed Aug 10, 2022 1:54 am
Forum: Programs, Libraries and Tools
Topic: nano-gui - Trying Adafruit 2.9" E-Ink Tri-Color display with Esp32
Replies: 7
Views: 7107

Re: nano-gui - Trying Adafruit 2.9" E-Ink Tri-Color display with Esp32

Thanks for the info, that explains the behavior... I would never have guessed!
Like you, I think it's not worth spending too much time on this product.
by webtran
Tue Aug 09, 2022 3:16 am
Forum: Programs, Libraries and Tools
Topic: nano-gui - Trying Adafruit 2.9" E-Ink Tri-Color display with Esp32
Replies: 7
Views: 7107

Re: nano-gui - Trying Adafruit 2.9" E-Ink Tri-Color display with Esp32

Indeed it would be difficult to develop if you don't have access to a screen. Unfortunately I don't have the expertise to deal with devices at that level. Presently I can't even generate any type of error message, there is no activity on the screen. I can't even clear the screen, it looks like the f...
by webtran
Tue Aug 02, 2022 10:11 am
Forum: Programs, Libraries and Tools
Topic: nano-gui - Trying Adafruit 2.9" E-Ink Tri-Color display with Esp32
Replies: 7
Views: 7107

Re: nano-gui - Trying Adafruit 2.9" E-Ink Tri-Color display with Esp32

Hi Peter,
It is very similar to the Adafruit 4777, and from the same FeatherWing E-Ink family with the same resolution.
I was hoping it would use the same driver and could be tweaked a bit to make it work.
by webtran
Tue Aug 02, 2022 12:59 am
Forum: Programs, Libraries and Tools
Topic: nano-gui - Trying Adafruit 2.9" E-Ink Tri-Color display with Esp32
Replies: 7
Views: 7107

nano-gui - Trying Adafruit 2.9" E-Ink Tri-Color display with Esp32

Hi, I succeeded in configuring the library nano-gui (color_setup.py) for an Esp32-pro connected to an Adafruit 1028 ePaper display, but I only see flashing snow on the screen when I tried to run the tbox.py demo script. I started then to run some basic structions: >>> from color_setup import ssd Ini...
by webtran
Tue Jul 20, 2021 9:55 am
Forum: Programs, Libraries and Tools
Topic: rshell - Remote Shell
Replies: 89
Views: 111035

Re: rshell - Remote Shell

Thank you Peter, this is a great addition.
I'ven't try the version in your no_pc_delete branch yet.
by webtran
Mon Jul 19, 2021 8:33 am
Forum: Programs, Libraries and Tools
Topic: rshell - Remote Shell
Replies: 89
Views: 111035

Re: rshell - Remote Shell

Thanks Peter for the prompt answer. /usr/local/bin/rshell is a single file on my installation, with in it: #!/usr/bin/python import re import sys from rshell.command_line import main if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(main()) How coul...
by webtran
Mon Jul 19, 2021 3:57 am
Forum: Programs, Libraries and Tools
Topic: rshell - Remote Shell
Replies: 89
Views: 111035

Re: I suggest macros

As mentioned above, I have a fork of rshell providing text macros documented here . The macros can be arranged to load when rshell starts. I have an alias for each project which exports an environment variable: this ensures that rshell imports a set of macros for that project when it starts up. I c...
by webtran
Mon Jul 19, 2021 3:54 am
Forum: Programs, Libraries and Tools
Topic: rshell - Remote Shell
Replies: 89
Views: 111035

Re: I suggest macros

As mentioned above, I have a fork of rshell providing text macros documented here . The macros can be arranged to load when rshell starts. I have an alias for each project which exports an environment variable: this ensures that rshell imports a set of macros for that project when it starts up. I c...