James Phillpotts
James Phillpotts
No, we need to modify the LED arrangement so that it will read correctly in a mirror, but start from a normal letter representation to do so, so it would...
@deshipu does `Image('A')` work? The docs say: > If string is used, it has to consist of digits 0-9 arranged into lines, describing the image
@deshipu we want the text to scroll just like it does if you use the scroll function, but mirrored. As I understand it, `invert` inverts the brightness of the image...
> If there was only some way of checking if it works... If only the microbits weren't locked away in a cupboard at school, you mean?
> I'm sorry, I didn't think. No problem :) So if Image('A') works that's great, then I'm thinking something like (pseudo code as I haven't worked out all of this...
I've also hit this issue. Before I found this issue, I wrote a test to check whether something wasn't working right (having checked the [compatibility matrix](https://github.com/go-git/go-git/blob/master/COMPATIBILITY.md) which says that gitignore...
I've tested the above with the latest master, it still doesn't work, although `AddWithOptions(&AddOptions{All:true})` now behaves correctly. I'm not sure if my test case is related to the original issue,...
PhoneGap doesn't support FirefoxOS or Ubuntu Touch, but does support Tizen - might be worth adding?
The screenshots are from before @malcolmgroves pull request was merged. The ones on the site were produced from the initial submission, as I did not have the updated code at...
It certainly could be a helper method (that's what I'm currently doing in my tests), but I think it's neater to be built in as it saves on a lot...