Robo Durden

Results 12 issues of Robo Durden

As a Windows user i put the fontgenerator.py onto my Ubuntu vServer. And now could easily program a simple online compiler, where you upload a ttf or glcd file, set...

new_feature

Took me some time to achieve right alignment of a float. You might like to add these functions to your code. Or may be happy to tell me that such...

question

**Describe the bug** a freefont and ssd1306_print8 calls ssd1306_write8 which uses fixedfont-width to do line break :-( ``` size_t ssd1306_write8(uint8_t ch) { ... else if ( (ssd1306_cursorX > ssd1306_lcd.width -...

Sorry for another simple question :-/ Have found nothing in your nice https://codedocs.xyz/lexus2k/lcdgfx/index.html I only want to clear a small region like a `clearRect(0,0,32,16);` to prevent the flickering of `display.clear();`....

### What can we do to make the firmware better? These new AT32f403 mainboards get more and more common and on my youtube channel, people are asking again and again....

enhancement

### Variant _No response_ ### Control type _No response_ ### Control mode _No response_ ### What can we do to make the firmware better? closed " Freewheel mode? #25 "...

enhancement

### -> https://youtu.be/15UBBcZvMh8 maybe you want to add more default settings to conifg.h like `// ###### SIMPLE BOBBYCAR ######` `// for better bobbycar code see: https://github.com/larsmm/hoverboard-firmware-hack-bbcar` `// #define FILTER 0.1`...

Sorry i am new to ARM . The files and folder structure looks 99% identical to a TrueStudio workspace. (Am able to create and flash a blink-project with STM32CubeMX) "Importing...

details: https://stackoverflow.com/questions/58428763/android-10-not-working-with-ble-bluetooth-scanning add to manifest: ``` ``` You may want to change in MainActivity: ``` protected void onCreate(Bundle savedInstanceState) { ... CheckPermissions(new String[] { Manifest.permission.ACCESS_COARSE_LOCATION, Manifest.permission.ACCESS_BACKGROUND_LOCATION, Manifest.permission.READ_EXTERNAL_STORAGE, Manifest.permission.WRITE_EXTERNAL_STORAGE, Manifest.permission.ACCESS_FINE_LOCATION, Manifest.permission.BLUETOOTH_ADMIN});...

Successfully replaced two mosfets today :-/ Would be great for this firmware if it could be made safer (than other firmwares ?) **1. lose current phase cables:** I learned (the...

enhancement