espaper-server-php
espaper-server-php copied to clipboard
PHP server and demo to create json objects for ESP8266 espaper
and should close issues #1, #2, #4 , #5
I notice the MiniGrafx library only supports 24 bit depth which makes this a little more tricky. The reason I ask is it'll allow for more complex graphics (a graph...
Some commits I made to get this working properly. Let me know if you want me to separate this into single-commit pull requests. Some of them are based on others...
$baseUrl is never set but it is used on lines 98-104 in weatherstation.php. The url for the fonts will always be: /fonts/ and the preview doesn't work when you have...
https://github.com/squix78/espaper-server-php/blob/4c17a35e05bce54888894ea9827a6c793d369d36/ESPaperCanvas.php#L120 On my php server, I need to write
demo.php returns to Mozilla browser: SyntaxError: JSON.parse: expected ',' or '}' after property value in object at line 147 column 24 of the JSON data It is due to an...
Hi, the math needs to be corrected to get valid lines on negative temperatures: Something like this: ` function tempToPixel($height, $max, $min, $temp) { return ($temp - $min) * $height...
** Newbie Alert ** :) Looked easy so followed instructions exactly (I thought) When I open a browser and point to : http://localhost:8080/index.php?battery=123&output=svg I get attached screen.  I'm on...