-
Hi. I have tried to upload the code to Ai-Tinker ESP8266, used three different chips, but get the same problem. It tries to format the SPIFFS and crashes
Compile log (...)
/Applications/A…
-
`
void drawHeaderOverlay(OLEDDisplay *display, OLEDDisplayUiState *state )
{
display->setColor(WHITE);
showProcesses();
display->drawHorizontalLine(0, 14, 128); //горизонтальная линия
}
…
-
https://github.com/chirimen-oh/chirimen-drivers/blob/master/chirimen-driver-i2c-grove-oled-display/OledDisplay.js#L159
```
putStringQ: function(string){
for(var i=0;i < string.length; i++){…
-
When i call
void refresh_Display() {
display_D.clear();
display_D.setFont(ArialMT_Plain_16);
display_D.setTextAlignment(TEXT_ALIGN_LEFT);
display_D.drawString(0, 0, Display[0].riga_1);
…
-
Thank you for the new library. All your hard work is appreciated.
Is it possible to get fonts around 72pt to work with this library?
I created a 72pt Roboto Black font using [http://oleddis…
-
how is it possible to flip the display between normal orientation and flipvertical and back to normal?
e.g., sth like the following, inserted at the top line of loop() ?
```
if (digitalRead(D2)==L…
-
hello,
how s it possble to clear current font pixels when over-writing a line, without clearing the entire display? Currently all the new pixels are just added to the former ones, messing all up over…
-
hello,
I have created a couple of *.h font files with the font creator
http://oleddisplay.squix.ch/
and stored them a subfolder "fonts" in the libraries directory:
#include
#include
#inclu…
-
Are there any examples out there for using the side scrolling? I tried drawstring with my string printed twice and then moved to a negative offset, but this only works with short strings. (Long string…
-
Would it be possible to have additional Unicode Blocks (e.g. Latin Extended-A/B, Arabic, Cyrillic, etc. subsets) in your oleddisplay.squix.ch tool? I understand that not all fonts have all subsets, bu…