# What's new for Pi & ARM in 3.3.7.1

**URL:** https://discourse.processing.org/t/whats-new-for-pi-arm-in-3-3-7-1/1415
**Category:** Processing for Pi
**Created:** [July 1, 2018, 6:46pm UTC](https://discourse.processing.org/t/whats-new-for-pi-arm-in-3-3-7-1/1415 "2018-07-01T18:46:01Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![gohai](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gohai/32/25_2.png) [@gohai](https://discourse.processing.org/u/gohai)
#### Post date: [July 1, 2018, 6:46pm UTC](https://discourse.processing.org/t/whats-new-for-pi-arm-in-3-3-7-1/1415/1 "2018-07-01T18:46:01Z")

</div>

Processing 3.3.7.1 is out of the oven. Here’s the [build for ARM](https://github.com/processing/processing/releases/download/processing-0264-3.3.7.1/processing-3.3.7.1-linux-armv6hf.tgz) as well as our pre-configured [Raspbian image](https://github.com/processing/processing/releases/download/processing-0264-3.3.7.1/processing-3.3.7.1-linux-raspbian.zip). See our [steps for how to get started](https://pi.processing.org/get-started/) with this those. Hope you enjoy!

- IO: [pinMode()](https://processing.org/reference/libraries/io/GPIO_pinMode_.html) can now set pull-up and pull-down resistors on Raspbian (thanks to @xranby for 64-bit help)
- IO: New example sketch showing how to use a MPR121 capacitive touch sensor (fun tutorial by @msurguy forthcoming)
- IO: New example sketch showing how to use a BME280 environmental sensor (contributed by @OlivierLD)
- IO: New example sketch showing how to use a TSL2561 light sensor (contributed by @OlivierLD)
- IO: New example sketch showing how to use a PCA9685 Servo & PWM controller (contributed by @OlivierLD)
- IO: pinMode() got faster
- IO: I2C now supports talking to slower devices, such as Arduino boards
- Support for ARM Mali graphics was added to P2D/P3D (thanks to seongwook from the forums for his help during bringup)
- P3D now supports up to 4 lights on Pi using their OpenGL driver
- Serial library now supports Raspbian’s port naming (such as “/dev/serial0”)
- Processing on ARM can now export applications for Microsoft Windows
- Java got updated to 8u172

---

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [July 2, 2018, 4:57am UTC](https://discourse.processing.org/t/whats-new-for-pi-arm-in-3-3-7-1/1415/2 "2018-07-02T04:57:28Z")

</div>



---

<div class="post-metadata">

### Author: ![gohai](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gohai/32/25_2.png) [@gohai](https://discourse.processing.org/u/gohai)
#### Post date: [July 27, 2018, 10:51pm UTC](https://discourse.processing.org/t/whats-new-for-pi-arm-in-3-3-7-1/1415/3 "2018-07-27T22:51:32Z")

</div>



---

<div class="post-metadata">

### Author: ![flashbacker](https://avatars.discourse-cdn.com/v4/letter/f/a183cd/32.png) [@flashbacker](https://discourse.processing.org/u/flashbacker)
#### Post date: [September 17, 2018, 10:27am UTC](https://discourse.processing.org/t/whats-new-for-pi-arm-in-3-3-7-1/1415/4 "2018-09-17T10:27:40Z")

</div>

Hi @gohai ,  
It might be a silly question but i couldn’t find info that directly mention it. Are the pre-configures Raspbian image and installation guide working for SD cards above 32Go? I read there’s sometimes installation problem with bigger SD cards and the pre-configured image is the only way i’ve found not to have problem with the video library, so I just want to make sure before I buy these 14 sd cards 🙂

thanks

---

<div class="post-metadata">

### Author: ![gohai](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gohai/32/25_2.png) [@gohai](https://discourse.processing.org/u/gohai)
#### Post date: [September 17, 2018, 4:26pm UTC](https://discourse.processing.org/t/whats-new-for-pi-arm-in-3-3-7-1/1415/5 "2018-09-17T16:26:30Z")

</div>

@flashbacker The pre-configured Raspbian image should behave exactly the same way as regular Raspbian in that regard - so if that works on 32 GB cards (and I didn’t find anything that said it doesn’t), ours will work as well.

Curious about your project btw - 14 SD cards!

---

<div class="post-metadata">

### Author: ![flashbacker](https://avatars.discourse-cdn.com/v4/letter/f/a183cd/32.png) [@flashbacker](https://discourse.processing.org/u/flashbacker)
#### Post date: [September 17, 2018, 5:25pm UTC](https://discourse.processing.org/t/whats-new-for-pi-arm-in-3-3-7-1/1415/6 "2018-09-17T17:25:26Z")

</div>

@gohai thanks, I guess this problem of the 32Go limit only exist with noobs then.

My project is a video installation with 13 screens (each connected to a pi) which are playing videos samples according to algorithmic patterns which are calculated and sent via OSC by another Pi (making it 14 then! 🙂 )

---

<div class="post-metadata">

### Author: ![gohai](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gohai/32/25_2.png) [@gohai](https://discourse.processing.org/u/gohai)
#### Post date: [September 17, 2018, 6:28pm UTC](https://discourse.processing.org/t/whats-new-for-pi-arm-in-3-3-7-1/1415/7 "2018-09-17T18:28:42Z")

</div>

@flashbacker Cool - please post documentation (here or in #gallery)!
