Elad Alfassa

Results 23 comments of Elad Alfassa

when I first designed curlbus I thought I don't want to get location info from users, because I didn't want to deal with the privacy implications. However, since https://github.com/elad661/curlbus/issues/17 curlbus...

Hi! I don't see any brokenness on my end, both these queries worked for me from my local machine and from a DigitalOcean instance in Amsterdam, and this makes me...

You can use curlbus as an API for Israeli public transit data - use the `Accept: application/json` header to get the data as json. But before you dive into it...

Note the documentation I posted here is about real-time data. Usually you'd want to combine the real time data with the static schedule/map data, and that (usually) is served in...

GTFS is okay if you're only interested in static schedules/routes/stops. In this case, it'd be "enough". But in the real world buses are often late, trains get canceled, etc so...

Thanks. I'll fix all the FIXMEs (and the comment I made there) and merge this later (perhaps next week, it's a really busy time-of-year for me right now).

Hi, Does the 4 gray color mode works with the older 2.7" display, or does it require newer hardware?

hmm... looks like (at least in theory) I could add support for a 4 gray mode for partial refresh, but probably not for the fast-updating lookup tables. However, I don't...

Hi, This looks great! feel free to submit a PR. I think pixels changing color slightly outside of the refresh area is a problem that also exists without 4-gray support,...

Hi, I can add image rotation support. Keep in mind that it is easy to rotate in your own code, just pass `image.rotate(90, expand=True)` to any of the display update...