Shell M. Shrader

Results 110 comments of Shell M. Shrader

I'm guessing development on this plug-in is dead. I'm trying to decide if modifying it and doing a pull request will be reviewed / accepted or if I should just...

Any idea if this is going to get merged soon? If not I'm tempted to move to @darksid3r's fork. My apologies if y'all have a system going. I'm still fairly...

Take a look at this fork. It solved all my issues: https://github.com/darksid3r/OctoPrint-TFT

same question as @romualdrichard ... checking other issues now to see if this is reported elsewhere

I figured out the scrolling issue @romualdrichard ... you need to scroll up/down over the arrow buttons in the file list. This looks like a simple zoning matter. possibly because...

I figured this out as it was reported in another issue. Back to the original question posed by @mdaneman : you need to scroll up/down over the arrow buttons in...

check out OCTOPRINT_HOST in the main readme.md file. You'll also need to set the API KEY as there will be no octoprint config.yaml on your "remote" display.

I think you are missing the actual display driver reference. My Pi is not physically available to me right now but I have the exact same display on one of...

here you go: ``` Section "InputClass" Identifier "calibration" MatchProduct "ADS7846 Touchscreen" Option "Calibration" "3932 300 294 3801" Option "SwapAxes" "1" EndSection Section "Device" Identifier "touchscreen" Driver "fbdev" Option "fbdev" "/dev/fb1"...

additionally, mine is here: ./usr/share/X11/xorg.conf.d/99-calibration.conf X11 will look in a couple different places so make sure you don't have a collision occurring.