Andrew

Results 64 comments of Andrew

Details of `Arduino-lint` rules are here: https://arduino.github.io/arduino-lint/dev/rules/

My humble suggestion: don't do this! You are duplicating existing functionality of `Sprites::drawOverwrite` and I cannot see an advantage. (??) At the stage the user is advancing in what they...

When would this be useful? I presume it may help early development, if switching from `Sprites::drawOverwrite` `drawBitmap`, and not wanting to change the first 2 bytes of the image array......

@Pharap - I presume the change to `sprites.cpp` L47-49, will always inline those `get` functions. i.e. there is no compiled size penalty(?).

@MrBlinky since the release of the FX units use SPI storage - is this still compatible?

Proposal from #575: `#define randomSeed(seed) srandom(seed)`

Related issue ~ 1. Loading the highly optimised [`github.svg`](https://github.com/edent/SuperTinyIcons/blob/8a805e39049f04d22efe1eed8139d61c5e9a24cc/images/svg/github.svg)... 2. Toggle `Minify Output` on/off/on. 3. Minified output is now larger than original. It has added extra `c` commands, which original...

Fair question.... ¯\_(ツ)_/¯ Was hoping for something very liberal like CC-0 ...? https://creativecommons.org/publicdomain/zero/1.0/ I wasn't sure if you were the author of all the assets.

The committed version is ‘clean’, zero bit padded -totally vanilla. data:image/bmp;base64,Qk08AAAAAAAAACAAAAAMAAAADQAHAAEAAQD///8AAAAAAAAAZUAAAFVAAABnYAAAV1AAAGVgAAAAAAAA But since each row has to be padded to a 4 byte boundary, we actually have 19 bits of...

Look forward to seeing the outcome, re. audit best practise and coupons. I had similar concerns for Sales Logs... https://github.com/wp-e-commerce/WP-e-Commerce/pull/183