repaper / gratis

EPD Source codes and Documentation
238 stars 132 forks source link

Makefile and 2.7" panel #9

Closed billsalt closed 10 years ago

billsalt commented 10 years ago

Hi -- I'm having trouble configuring the Raspberry Pi for 2.7" display. Any insight into which file(s) I modify in the rpi-install process?

hxw commented 10 years ago

The code should not need any modifications the program is size independent; instead the size is configured in /etc/default/epd-fuse ensure it contains a line like: EPD_SIZE=2.7

since this file is only read when the daemon starts pleas run: sudo service epd-fuse restart

Let me know if that works

billsalt commented 10 years ago

Thanks for the response; I really appreciate it, but that didn't do the trick. I modified /etc/default/epd-fuse to change from EPD_SIZE=2.7 and did the service restart.

cat /dev/epd/panel panel = EPD 2.0 200 x 96 version=3

Any other ideas?

hxw commented 10 years ago

Sorry, forgot to check-in a the fix (the file name was wrong in /etc/init.d/epd-fuse) I committed a fix: 1ea610e19 would you re-test

billsalt commented 10 years ago

Thanks!

I'm tied up today, but will try it out Friday.


Bill Saltzstein

+ 1 425.442.5854

On Jan 15, 2014, at 11:33 PM, Christopher Hall notifications@github.com wrote:

Sorry, forgot to check-in a the fix (the file name was wrong in /etc/init.d/epd-fuse) I committed a fix: 1ea610e would you re-test

— Reply to this email directly or view it on GitHub.

billsalt commented 10 years ago

I’ll try to do it from a clean install tomorrow; the quick test I did just now did not solve the issue, but I was in a rush…

Thanks!

Bill Saltzstein Code Blue Communications, Inc.

billsalt@consultcodeblue.com

http://www.consultcodeblue.com (web) http://www.linkedin.com/in/billsaltzstein (LinkedIn)

+1 425-442-5854 Skype: billsaltz

On Jan 15, 2014, at 5:06 PM, Christopher Hall notifications@github.com wrote:

The code should not need any modifications the program is size independent; instead the size is configured in /etc/default/epd-fuse ensure it contains a line like: EPD_SIZE=2.7

since this file is only read when the daemon starts pleas run: sudo service epd-fuse restart

Let me know if that works

— Reply to this email directly or view it on GitHub.

billsalt commented 10 years ago

Works Great, thanks!!

Bill Saltzstein Code Blue Communications, Inc.

billsalt@consultcodeblue.com

http://www.consultcodeblue.com (web) http://www.linkedin.com/in/billsaltzstein (LinkedIn)

+1 425-442-5854 Skype: billsaltz

On Jan 15, 2014, at 11:33 PM, Christopher Hall notifications@github.com wrote:

Sorry, forgot to check-in a the fix (the file name was wrong in /etc/init.d/epd-fuse) I committed a fix: 1ea610e would you re-test

— Reply to this email directly or view it on GitHub.

hxw commented 10 years ago

Looks like the fix is ok.