Probleme char input

Dependencies:   TS_DISCO_F746NG mbed LCD_DISCO_F746NG BSP_DISCO_F746NG lvgl_RB FastPWM millis

Revision:
5:cab3e2179cbf
Parent:
4:6a3d12663549
Child:
6:519d681050af
--- a/main.cpp	Sun Jan 26 16:19:54 2020 +0000
+++ b/main.cpp	Wed Jan 29 06:48:41 2020 +0000
@@ -335,7 +335,7 @@
     //INITIALISATION MULTILANGUE
     lv_i18n_init(lv_i18n_language_pack);
     lv_i18n_set_locale("fr");
-    lv_i18n_set_locale("en-GB");
+    //lv_i18n_set_locale("en-GB");
 
     initialisation();
     AFFBandeauHaut(0);
@@ -519,7 +519,7 @@
 void initialisation(void)
 {
     //CHARGEMENT DU THEME
-    th_act = lv_theme_rb_init(0, NULL); //Gabor: When i change something in my Theme nothing's happen. Can you see in /lvgl_RB/lv_theme_rb.c
+    th_act = lv_theme_rb_init(0, &RB_lv_font_roboto_12); //Gabor: When i change something in my Theme nothing's happen. Can you see in /lvgl_RB/lv_theme_rb.c
   //    th_act = lv_theme_night_init(0, NULL);
     lv_theme_set_current(th_act);