Brian Whitman

Results 143 comments of Brian Whitman

What happens if you do `alles.send(osc=0, bp0='0,0,100,1.0,1000,0.0,0,0.0', bp0_target=alles.TARGET_AMP)` ?

SDL is not for audio and MIDI (we will use native Web Audio (Worklets) and MIDI) but for the framebuffer, keyboard and touchscreen/"mouse".

This work is well underway, see latest here: https://tulip.computer/run/

Calling this done! We launched Tulip Web at https://tulip.computer/run/ -- you can share code, use Tulip World, there's an editor, etc.

https://github.com/user-attachments/assets/c38982cb-57ea-4756-a6ea-ae109f85ba8d

We now ship with `y_scale` being settable by `touch_delta`. What we don't yet have is a version of `calibrate` that can guess it. I'll have some users try it out...

A note here, with AMYchip involved, the firmware size on the tulip chip will go down significantly (say, to 1MB) and we'll have 6MB available for heap and outside Python...

Looking at this: https://github.com/robert-hh/Micropython-Editor It installs fine with `mip` but currently crashes the TFB with an ansi code, which i'll fix (we should be able to handle any ANSI) -...

`ESP-IDF master` does in fact boot on the TulipR11 board no problem with our June 24 2023 version of Micropython (nice work!!). I have to do some work to enable...

touchscreen stuff may be: ``` 0x420dd910: check_i2c_driver_conflict at /Users/bwhitman/esp/esp-idf/components/driver/i2c/i2c.c:1710 W (1886) i2c: This driver is an old driver, please migrate your application code to adapt `driver/i2c_master.h` ```