Adam DeMuri
Adam DeMuri
I'm trying to get sdl_gpu working using [this tutorial](http://www.dinomage.com/2015/01/sdl_gpu-simple-tutorial/). However, I can't get an image to show up. I get a window, but the contents are black. I tried doing...
I tested that this compiles for Arduino UNO, including vectors with integral and non-integral types.
I haven't tested this on real hardware yet, but it compiles.
This fixes warnings on STM32 about `boolean` being deprecated: ``` In file included from .pio/libdeps/default/Adafruit ST7735 and ST7789 Library/Adafruit_ST7789.h:4, from /home/adam/hardware/gps-tracker/src/gps-tracker.ino:4: .pio/libdeps/default/Adafruit ST7735 and ST7789 Library/Adafruit_ST77xx.h:102:36: warning: 'boolean' is deprecated...
This adds support for using BMP280 with SPI, similar to #5538. # What does this implement/fix? This adds a `bmp280_spi` component, and moves the existing `bmp280` component to `bmp280_i2c`. ##...
## Description: Add BMP280 SPI documentation **Related issue (if applicable):** fixes https://github.com/esphome/feature-requests/issues/1321 **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#7053 ## Checklist: - [X] I am merging into...
The javascript already supports this, but the input element did not specify the [multiple](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#multiple) option.
When using both fill and stroke, they overlap:  I believe that they should instead be exclusive, taking into account the penWidth(s). In my example, the fill and stroke are...