David Buezas

Results 57 issues of David Buezas

### Description This PR is a follow up to #26501. After multiple tests using interrupts, it became obvious that the main problems I observe with the encoder are related to...

Needs: Testing
C: LCD & Controllers

### Description Adds an option to enable double buffering (plus only sending changed screen areas) for SSD1309 LCDs. Follow up to: https://github.com/MarlinFirmware/U8glib-HAL/pull/31 ### Requirements Requires SSD1309 LCD ### Benefits Faster...

PR: Improvement
C: LCD & Controllers

I did the experiment @LaZsolt and @nerdralph propose Just replacing Timer3 initialisation frees up 16 bytes #### before ```cpp sbi(TCCR3B, CS31); // set timer 3 prescale factor to 64 sbi(TCCR3B,...

If you get any sort of compilation error, particularly after upgrading a core, see solution here: https://forum.arduino.cc/t/cannot-run-avr-g/401271/2

Not all my cameras can show timestamps in the video, and even with those that do I mostly look at them to check that the video is still running (mostly...

question

One of my cameras will some times stop working for a couple of minutes, and this means I can't trust the image is live. I'd really like to have an...

enhancement

### Discussed in https://github.com/dbuezas/lovelace-plotly-graph-card/discussions/396 Originally posted by **paradox460** March 19, 2024 I'm trying to make a stacked graph initiate hover events on _all_ graphs when you hover over one graph....

### Discussed in https://github.com/dbuezas/lovelace-plotly-graph-card/discussions/305 Originally posted by **dmshimself** August 10, 2023 Now that HA allows you to select the timezone you wish to use, is it possible to get plotly...

enhancement

**Describe the solution you'd like** Users may want to change attributes like texttemplate or hovertemplate and still make them depend on other defaulted props (e.g unit_of_measurement) which are also funcitons....

enhancement

I spent some time to make this work, so I'll share my findings here to save some time to the next person :) Findings: 1. The channel passed to `begin`...