# What’s new for Pi & ARM in 3.3.7.2

**URL:** https://discourse.processing.org/t/what-s-new-for-pi-arm-in-3-3-7-2/1984
**Category:** Processing for Pi
**Created:** [July 22, 2018, 7:14pm UTC](https://discourse.processing.org/t/what-s-new-for-pi-arm-in-3-3-7-2/1984 "2018-07-22T19:14:23Z")
**Posts on this page:** 6
**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 22, 2018, 7:14pm UTC](https://discourse.processing.org/t/what-s-new-for-pi-arm-in-3-3-7-2/1984/1 "2018-07-22T19:14:23Z")

</div>

This point release mainly fixes embarrassing bugs that crept into the previous one. Here’s the [build for ARM](https://github.com/processing/processing/releases/download/processing-0264-3.3.7.2/processing-3.3.7.2-linux-armv6hf.tgz) as well as our pre-configured [Raspbian image](https://github.com/processing/processing/releases/download/processing-0264-3.3.7.2/processing-3.3.7.2-linux-raspbian.zip). See our [steps how to get started](https://pi.processing.org/get-started/). Hope you enjoy!

- P2D/P3D on Raspberry Pi was broken when using the default (“legacy”) driver
- IO: Fix pinMode() retry logic
- IO: Make I2C errors more descriptive
- Java got updated to 8u181

---

<div class="post-metadata">

### Author: ![monkstone](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/monkstone/32/64_2.png) [@monkstone](https://discourse.processing.org/u/monkstone)
#### Post date: [July 22, 2018, 9:23pm UTC](https://discourse.processing.org/t/what-s-new-for-pi-arm-in-3-3-7-2/1984/2 "2018-07-22T21:23:59Z")

</div>

That explains it, I was just going to post that I was getting better experience with the experimental  
GL (Full KMS) OpenGL desktop driver with full KMS with the 3.3.7.1 release. One thing I had noted that using the legacy driver, I end with two mouse cursors with opengl sketches which is a bit naff.

---

<div class="post-metadata">

### Author: ![GoToLoop](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gotoloop/32/86_2.png) [@GoToLoop](https://discourse.processing.org/u/GoToLoop)
#### Post date: [July 23, 2018, 12:24am UTC](https://discourse.processing.org/t/what-s-new-for-pi-arm-in-3-3-7-2/1984/3 "2018-07-23T00:24:57Z")

</div>

> [@gohai](#):
>
> Java got updated to 8u181

Arf, I’ve just downloaded & installed “jdk1.8.0\_172” 1 weak ago! 😲  
Well, time to do it all over again: 😩  
[http://www.Oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html](http://www.Oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)

---

<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 23, 2018, 2:06am UTC](https://discourse.processing.org/t/what-s-new-for-pi-arm-in-3-3-7-2/1984/4 "2018-07-23T02:06:00Z")

</div>

Sorry! Unfortunately Oracle changed their scheme in that all previous versions become inaccessible when a new one gets released. But since Processing comes with its own copy of the JRE, you should only need to install the JDK when you’re building Processing from source code.

---

<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/what-s-new-for-pi-arm-in-3-3-7-2/1984/5 "2018-07-27T22:51:19Z")

</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 28, 2018, 12:10am UTC](https://discourse.processing.org/t/what-s-new-for-pi-arm-in-3-3-7-2/1984/6 "2018-07-28T00:10:35Z")

</div>


