diff --git a/README.md b/README.md
index 7c6c8281..06dbf008 100644
--- a/README.md
+++ b/README.md
@@ -16,16 +16,16 @@ This version also adds ESP32 support to take advantage of the additional hardwar
| Feature | ESP8266 | ESP32
|-------------------------|---------|---------
-| SPI display |
- - [x] yes
| - - [x] yes
-| Parallel display | - - [ ] no
| *tbd*
-| PWM Screen dimming | - - [x] yes
| - - [x] yes
+| SPI display | :white_check_mark: yes | :white_check_mark: yes<
+| Parallel display | :x: no | *tbd*
+| PWM Screen dimming | :white_check_mark: yes | :white_check_mark: yes
| Maximum Page Count | 4 | 12
| Object Types / Widgets | 14 | 15
-| Dynamic Objects | - - [x] yes
| - - [x] yes
+| Dynamic Objects | :white_check_mark: yes | :white_check_mark: yes
| [Lvgl Theme Support][3] | basic only | all themes
-| [Custom .zi V5 font][4] | - - [x] yes (latin1)
| - - [x] yes (latin1)
-| [FontAwesome Icons][5] | - - [x] 1300+
| - - [x] 1300+
-| PNG images | - - [ ] no
| *tbd*
+| [Custom .zi V5 font][4] | :white_check_mark: yes (latin1) | :white_check_mark: yes (latin1)
+| [FontAwesome Icons][5] | :white_check_mark: 1300+ | :white_check_mark: 1300+
+| PNG images | :x: no | :grey_question: tbd
## Cloning