Dave

Results 10 comments of Dave

> I'm using Neovim in Windows 11 with PowerShell 7.4.1 and it only works for me after I apply your code and remove the `escapeTestPattern` call. I've encountered the same...

I'll have a look tomorrow and get back to you

@MrMinimal, I'm sorry for the late response. You were correct about the segfault. Why it used to work in the first place is a mystery, but I've opened a PR...

I'm not 100% sure if this is the way but I believe you should be able to apply transformations on the outputs. Let's say inhg to hpa is x *...

My apologies for the late response. If I'm correct, this should be possible already. I'll try to find the proper command for you later this week.

I started encountering something similar out of nowhere last week on Github Actions (not locally). If I find the solution I'll post an update here.

@Serpent03 issued a pr https://github.com/Sequal32/simconnect-rust/pull/20. I'm not 100% sure @Sequal32 is still active. If he isn't, you can import my fork in your project. Would love to hear if it...

Hi, I just stumbled accros your comment. I've spend the past couple hours working on figuring out the same questing you have. I'll try to get a pul request in...

And for a std version: ```rust use embedded_graphics::{ image::{Image, ImageRaw}, mono_font::MonoTextStyleBuilder, pixelcolor::{raw::BigEndian, BinaryColor}, prelude::*, text::{Baseline, Text, TextStyleBuilder}, }; use epd_waveshare::{ color::Color, epd7in5_v2::{Display7in5, Epd7in5}, prelude::*, }; use esp_idf_svc::hal::{ delay::Delay, gpio::PinDriver, prelude::Peripherals,...

what kind of esp32 are you using? I've got almost most available. So if you let me know I'll have a look with the specific board.