Ricardo Quesada

Results 10 issues of Ricardo Quesada

From a msg that I received: Another thing, would you consider adding support for VIC 20? Things to adjust: - Different palette: No grays. 0-7 same as C64, 8: orange,...

From here: http://csdb.dk/release/?id=150168 > How about "Import 320x200 BMP" option, it could be very helpful for hi-res fonts.

Feedback from here: http://csdb.dk/release/?id=149507 - A basic flood fill for selected color - Option to have nybbles for colors switched, meaning to have $d021 for color1 optional and thus can...

The speed of the song changes when it loops and the Y register has garbage. And easy way to reproduce the bug is: ```asm play_music: ldy #$28 jsr $1003 rts...

Hi Phil, Thanks for all the info + videos!!! Any chance to publish the Micro XNJ 3d model? I say that in one of your videos the Micro USB XNJ...

It seems that Chris White handle is no longer valid, or there is a typo: https://embeddedpodcast.slack.com/messages/@tstoneymonster/ When I click there it takes me somewhere else. Also when I search for...

### Answers checklist. - [X] I have read the [Rainmaker documentation](https://rainmaker.espressif.com/docs/get-started.html) and the issue is not addressed there. - [X] I have updated my IDF branch (release/vX.Y) to the latest...

### What happened? Allowlist API should not get stored in NVM... or at least, if it does so, it should have an `uni_bt_allowlist_remove_all()` and should be called at the very...

bug

It should be possible for add new characteristics in runtime. Perhaps the .gatt can be still used , in addition to the runtime feature... or perhaps not. Look at Arduino...

See: https://www.reddit.com/r/esp32/comments/1m7ne4i/psa_avoid_using_the_ams1117_ldo_for_esp32_projects/ In case the link disappears: if you’re designing a board with an ESP32 (or any low-voltage logic), stop using the AMS1117 LDO. Here’s why, and what you should...