Fuji Pebri

Results 43 comments of Fuji Pebri

You need devkit with esp32 wrover module or something similar with external psram to get emulator working

> Very good, I modified the PCB and schematic of ESPlay Micro, changed the main control to ESP32, and the screen to ST7789V, which is an IPS screen, I believe...

Hi, Yes the projects are open source, you're free to modify and made your own based on this projects, but if you don't mind you can shared your modified version...

Thanks. Did anyone tried enabled sdsupport? Is it fit on 128kb flash?

Using latest 2.0.x still overflowed ~3kb after disabled pid and even uncommenting #define NO_LCD_MENUS.

@Vicbarn could you share what you have done? I failed to compile using Arduino IDE.

@Vicbarn thanks it works. Compiled successfully SDSUPPORT enabled without LCD uses 88KB rom. I wonder why compiled with platformio so big binary size.

Compile under Arduino IDE getting me serious pain, sometimes hangs or sometimes got filename too long. I manage to setting build flags platformio using arduino build flags. Here my settings...

Hi everyone, This little board are much capable than expected, i tried work on the software and there is enough memory and pins available (including PC13 so no debug led,...

@paudrat I also use PB10 and PB11 for SCL and SDA pin respectively. latest U8glib-hal has fixed i2c com hal for stm32 but marlin doesn't defined it in HAL_LCD_com_defines.h so...