Zipdox2
Zipdox2
Can UnifontEX be used in u8g2?
This is just a proof of concept UI. https://github.com/user-attachments/assets/9d99e7ba-adc5-4ba7-a7c6-d213471bbac1
@stgiga How big would UnifontEX be if only the BMP is included?
> Anyhow, I understand your request is to add full plane 0 into the u8g2 distribution. > > Is there any other request, what I should consider? Yeah just that,...
As a workaround you can use this before calling u8g2.begin(): ```c u8x8_t *u8x8 = u8g2.getU8x8(); u8x8->pins[U8X8_PIN_SPI_CLOCK] = CLOCK_PIN; u8x8->pins[U8X8_PIN_SPI_DATA] = DATA_PIN; ```
Force pushes are sometimes used to revert a few commits, which isn't necessarily malicious. I propose having a threshold option for how much a force push can change before it...